crac

导航

2016年8月17日 #

IP+IDC-chinaz抓取

摘要: #-*-coding:gbk-*- #code by anyun.org import urllib import re import time def getHtml(url): page = urllib.urlopen(url) html = page.read() html = html.replace('\n', '') html = html.re... 阅读全文

posted @ 2016-08-17 09:52 crac 阅读(289) 评论(0) 推荐(0) 编辑