提示 AttributeError: module 'markupbase' has no attribute 'ParserBase' 更换: from HTMLParser import HTMLParser 为↓ from html.parser import HTMLParser
提示
AttributeError: module 'markupbase' has no attribute 'ParserBase'
更换:
from HTMLParser import HTMLParser
为↓
from html.parser import HTMLParser