摘要:
1 # coding: utf-8 2 3 import urllib2 4 import re 5 import time 6 7 def getDL(page): 8 url = 'http://www.xicidaili.com/nt/{}'.format(page) 9 header = { 10 'User-Agent':'Mozi... 阅读全文
摘要:
1 # coding: utf-8 2 3 import urllib2 4 import re 5 import time 6 7 def getDL(page): 8 url = 'http://www.xicidaili.com/nt/{}'.format(page) 9 header = { 10 'User-Agent':'Mozi... 阅读全文
|