python读取网页
摘要:
使用自带的urllib.request import urllib.request req = urllib.request.Request("http://www.baidu.com") with urllib.request.urlopen(req) as response: data = re 阅读全文
posted @ 2024-08-22 12:00 悉野 阅读(17) 评论(0) 推荐(0)
posted @ 2024-08-22 12:00 悉野 阅读(17) 评论(0) 推荐(0)