读书人

python除开html转移字符

发布时间: 2012-09-14 23:00:49 作者: rapoo

python去除html转移字符

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

读书人网 >CSS

热点推荐