摘要: 1.Request()的参数 import urllib.request request=urllib.request.Request('https://python.org') response=urllib.request.urlopen(request) print(response.read 阅读全文
posted @ 2020-12-01 20:22 Hao_ran 阅读(222) 评论(0) 推荐(0) 编辑