标签:pytho indent controls isp audio class print json spl
import json a={‘4‘: 5, ‘6‘: 7} print(json.dumps(a, sort_keys=True, indent=4)) 输出 { "4": 5, "6": 7 }
标签:pytho indent controls isp audio class print json spl
原文地址:https://www.cnblogs.com/sea-stream/p/12162694.html