Loading

摘要: 循环 阅读全文
posted @ 2023-09-25 15:33 袁铁帅 阅读(19) 评论(0) 推荐(0)
摘要: json操作 阅读全文
posted @ 2023-09-25 12:01 袁铁帅 阅读(17) 评论(0) 推荐(0)
摘要: import requests resp = requests.get('http://www.baidu.com') print(resp.text) import requests resp = requests.post('http://www.xxx.com/login') print(re 阅读全文
posted @ 2023-09-25 09:00 袁铁帅 阅读(35) 评论(0) 推荐(0)