python简单爬虫
2021-06-28 11:04
阅读:370
标签:port pytho new import text style request python int python简单爬虫 标签:port pytho new import text style request python int 原文地址:https://www.cnblogs.com/hujianglang/p/9649484.html
1 #网络资源(URLS)
2 import requests
3 newsurl = ‘https://news.qq.com/‘
4 res = requests.get(newsurl)
5 print(res.text)
评论
亲,登录后才可以留言!