摘要:
转载: https://www.jb51.net/article/140151.htm import json name_emb = {'a': '1111', 'b': '2222', 'c': '3333', 'd': '4444'} #写的字典 jsDumps = json.dumps(nam 阅读全文
摘要:
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 阅读全文