#抓页

python模块之HTMLParser抓页面上的所有URL链接

#-*-coding:utf-8-*-#python27#xiaodeng#python模块之HTMLParser抓页面上的所有URL链接importurllib#MyParser类写法一'''fromHTMLParserimportHTMLParserclassMyParser(HTMLParser):def__in...