request-post

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编辑  收藏  举报