最贊回答 / 慕七七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