摘要: import requests url = 'https://cyv.waosmart.com/' data = {'keywords': 'python'} resp = requests.post(url, data=data) print(resp.json()) resp.close() 阅读全文
posted @ 2022-03-05 22:29 CanyingV 阅读(50) 评论(0) 推荐(0) 编辑
摘要: import requests url = 'https://cyv.waosmart.com/' param = { 'start': 0, 'limit': 10 } headers = { "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; 阅读全文
posted @ 2022-03-05 22:27 CanyingV 阅读(48) 评论(0) 推荐(0) 编辑