摘要: import timeimport requestsimport hashlibimport json#字典排序加其他字符串然后通过md5加密data = {'d': '1', 'b': '3', 'a': '4', 'c': '2'}data1=sorted(data.items(),key=la 阅读全文
posted @ 2019-07-14 16:06 从学习到放弃 阅读(478) 评论(0) 推荐(0)