摘要: 转载: https://www.jb51.net/article/140151.htm import json name_emb = {'a': '1111', 'b': '2222', 'c': '3333', 'd': '4444'} #写的字典 jsDumps = json.dumps(nam 阅读全文
posted @ 2021-04-18 21:25 测试艺术家 阅读(223) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/superhin/p/10338930.html # -*- coding:utf-8 -*- import requests import json hosts = "http://127.0.0.1:8082" #普通的get请求 def requ 阅读全文
posted @ 2021-04-18 20:47 测试艺术家 阅读(172) 评论(0) 推荐(0) 编辑