摘要: 1 #!/usr/bin/env python 2 # -*- coding: utf-8 -*- 3 4 import re 5 import urllib 6 7 def getHtml(url): 8 page=urllib.urlopen(url) 9 html=pag... 阅读全文
posted @ 2014-04-26 10:57 zhangxiaodel 阅读(301) 评论(0) 推荐(0) 编辑