摘要: 1.打开网页 urllib.request.urlopen('网址') 例:response = urllib.request.urlopen('http://www.baidu.com/') 返回值为 <http.client.HTTPResponse object at 0x00000224EC 阅读全文
posted @ 2020-06-04 14:47 Hany47315 阅读(640) 评论(0) 推荐(0)