摘要: urllib.request例子 import urllib.request response = urllib.request.urlopen('https://www.python.org') print(response.read().decode('utf-8')) 发现会报错,其实呢当使用 阅读全文
posted @ 2022-01-19 16:36 羊大葱 阅读(403) 评论(0) 推荐(0) 编辑