摘要: 代码工具:jupyter 抓包工具:fiddle 1:搜狗页面内容爬取 1 import requests 2 3 url='https://www.sogou.com/' 4 response=requests.get( 5 url=url 6 ) 7 text=response.text 8 t 阅读全文
posted @ 2018-12-10 19:45 北伽 阅读(207) 评论(0) 推荐(0) 编辑