Python基礎之爬蟲(持續更新中)

 python通過urllib.request.urlopen("https://www.baidu.com")訪問網頁 實戰,去網站上下載一隻貓的圖片   import urllib.request response = urllib.request.urlopen('http://placekitten.com/g/500/600') cat_img = response.read() w
相關文章
相關標籤/搜索