摘要: import requests url = 'http://127.0.0.1:8000/login' req = requests.post(url+'?'+'username=fei&password=12') print(req.text)#这里返回的是字符串 >>>{"code": 200, 阅读全文
posted @ 2017-11-24 16:00 爱学习的学渣 阅读(243) 评论(0) 推荐(0) 编辑