摘要: 1 import requests 2 from requests.exceptions import RequestException 3 import re 4 import json 5 from multiprocessing import Pool 6 7 def get_one_page(url): 8 try: 9 headers={'u... 阅读全文
posted @ 2017-11-18 18:58 不可叽叽歪歪 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 文档网址 http://python-selenium-zh.readthedocs.io/zh_CN/latest 阅读全文
posted @ 2017-11-18 12:07 不可叽叽歪歪 阅读(69) 评论(0) 推荐(0) 编辑