python除开html转移字符

python去除html转移字符import HTMLParserparser HTMLParser.HTMLParser()parser.unescape(a href#

python去除html转移字符

import HTMLParserparser = HTMLParser.HTMLParser()parser.unescape("<a href='#'>click</a>")