python去除html转移字符
import HTMLParserparser = HTMLParser.HTMLParser()parser.unescape("<a href='#'>click</a>")
发布时间: 2012-09-14 23:00:49 作者: rapoo
python去除html转移字符
import HTMLParserparser = HTMLParser.HTMLParser()parser.unescape("<a href='#'>click</a>")