python去除html转移字符
import HTMLParserparser = HTMLParser.HTMLParser()parser.unescape("<a href='#'>click</a>")