摘要: 1 import urllib.request 2 #获取一个get请求 3 response = urllib.request.urlopen("http://www.baidu.com") 打开网页并返回网页内容给response print(response.read().decode('ut 阅读全文
posted @ 2021-05-03 21:07 liweikuan 阅读(153) 评论(0) 推荐(0) 编辑