摘要: from urllib.request import urlopen url = "http://www.baidu.com" ret = urlopen(url) print(ret) # <http.client.HTTPResponse object at 0x00000231707000A0 阅读全文
posted @ 2021-12-28 17:06 andux 阅读(45) 评论(0) 推荐(0)