首页 > TAG信息列表 > dictA

python将字段转换成key=value字符串

""" 将字典排序转换成键值对 dictA={"a":"1","c":"3","e":"5","d":"4","b":"2"} """ dictA = {"a": "1", "c": &qu