摘要: import requests url = "https://www.baidu.com" for i in range(20): response = requests.get(url) print(f"第{i+1}次请求返回状态:{response.status_code}") text_len 阅读全文
posted @ 2023-12-29 10:32 dasdsddd 阅读(18) 评论(0) 推荐(0)