2023年12月17日

摘要: import requests url = "https://www.sogou.com/" for i in range(20): response = requests.get(url) print(f"请求 {i + 1}:") print("状态码:", response.status_co 阅读全文
posted @ 2023-12-17 14:50 huang123456789 阅读(7) 评论(0) 推荐(0) 编辑

导航