最赞回答 / 慕七七998
这个使用Python3.0写的,可以实现。import urllib.requestimport http.cookiejarurl = "http://www.baidu.com"print("--------------------------------------first------------------------------------------------------------")response1 = urllib.request.urlopen(url)print(respons...
2018-12-03
按老师的框架,尝试用requests库,做了一个爬取简书文章内的图片^_^
https://github.com/heheddff/myPythonProcess.git
https://github.com/heheddff/myPythonProcess.git
2018-11-29