摘要:
``` # 简单例子 import urllib.request request = urllib.request.Request('https://python.org') response = urllib.request.urlopen(request) # print(response.read().decode('utf-8')) # 增加header from urllib impor 阅读全文
posted @ 2020-05-07 14:57
一切皆往事
阅读(2227)
评论(0)
推荐(0)

浙公网安备 33010602011771号