摘要: 1、get请求 1 import requests 2 3 # get请求 4 url = 'http://api.nnzhp.cn/api/user/stu_info' 5 res = requests.get(url,params={'stu_name':'abc'}) 6 print(res. 阅读全文
posted @ 2020-05-27 23:54 tour8 阅读(158) 评论(0) 推荐(0)