1. 基础使用 import urllib.request response = urllib.request.urlopen(url) print(response.read().decode('utf-8')) print(type(response)) print(response.statu
posted on 2024-01-18 10:23  HelloJacker  阅读(1)  评论(0编辑  收藏  举报