crac

导航

2016年8月8日 #

数据爬取ing

摘要: ing 阅读全文

posted @ 2016-08-08 13:30 crac 阅读(192) 评论(0) 推荐(0)

wooyun本地数据抓取

摘要: ---- #-*-coding:utf-8-*- import re import urllib import MySQLdb import time from urllib import unquote def getHtml(url): page = urllib.urlopen(url) html = page.read() html = html.replac... 阅读全文

posted @ 2016-08-08 10:33 crac 阅读(281) 评论(0) 推荐(0)