最贊回答 / 慕七七998
這個(gè)使用Python3.0寫的,可以實(shí)現(xiàn)。import urllib.requestimport http.cookiejarurl = "http://www.baidu.com"print("--------------------------------------first------------------------------------------------------------")response1 = urllib.request.urlopen(url)print(respons...
2018-12-03
按老師的框架,嘗試用requests庫,做了一個(gè)爬取簡(jiǎn)書文章內(nèi)的圖片^_^
https://github.com/heheddff/myPythonProcess.git
https://github.com/heheddff/myPythonProcess.git
2018-11-29