摘要: import requestsfrom html.parser import HTMLParserclass MyHtmlParser(HTMLParser): srclist = {} count = 0 def handle_starttag(self, tag, attrs)... 阅读全文
posted @ 2015-02-13 15:10 yumuxu 阅读(997) 评论(0) 推荐(0) 编辑