标签:port pytho new import text style request python int
1 #网络资源(URLS) 2 import requests 3 newsurl = ‘https://news.qq.com/‘ 4 res = requests.get(newsurl) 5 print(res.text)
标签:port pytho new import text style request python int
原文地址:https://www.cnblogs.com/hujianglang/p/9649484.html