摘要: 1 import requests 2 import json,csv 3 4 5 ''' 6 http://m.zhcw.com/clienth5.do?lottery=FC_SSQ&pageSize=20&pageNo=1&transactionType=300301&src=0000100001%7C6000003060 7 http://m.zhcw.com/clien... 阅读全文
posted @ 2019-08-16 09:25 Jan-My31 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 1 import requests 2 from lxml import etree 3 import csv 4 5 for i in range(10, 990, 10): 6 7 url = "http://124.128.84.60:7008/iaicweb/xxcx/doqylccx.jsp?start=%s" % (str(i)) 8 9 response = requests.get 阅读全文
posted @ 2019-08-16 09:21 Jan-My31 阅读(304) 评论(0) 推荐(0) 编辑