摘要: 刚接触爬虫,跟着教程爬取了4399的网页 `from urllib.request import urlopen url ="http://www.4399.com" responce=urlopen(url) with open("my4399.html",mode="w",encoding="g 阅读全文
posted @ 2025-08-16 16:23 向恦 阅读(9) 评论(0) 推荐(0)