糗事百科爬虫 python 2.7#coding:utf-8 import urllib2 import re class Tools(object): remove_n=re.compile(r’ ‘) repl … 继续阅读 糗事百科爬虫