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
相关文章
相关标签/搜索