摘要: 爬虫作业 (2)用requests库的get()函数访问如下一个网站20次,打印返回状态,text()内容,计算text()属性和 content属性所返回网页内容的长度 python代码: import requests from bs4 import BeautifulSoup print("尾 阅读全文
posted @ 2023-12-29 14:36 hhhh44 阅读(44) 评论(0) 推荐(0)