摘要: (1)请用requests库的get()函数访问360主页20次,打印返回状态,text()内容,计算text()属性和content属性所返回网页内容的长度 import requests r=requests.get("http://www.360.com",timeout=30) r.enco 阅读全文
posted @ 2020-12-13 21:45 JokerMaQ 阅读(68) 评论(0) 推荐(0)