摘要: # from urllib.request import urlopen# url = 'https://www.baidu.com'# respons = urlopen(url)# res = respons.read().decode('utf-8')# print(res)# import 阅读全文
posted @ 2021-04-12 22:33 mjth 阅读(2838) 评论(0) 推荐(0)