import json >>> print(json.dumps({'4': 5, '6': 7}, sort_keys=True, indent=4)) { "4": 5 ... 使用这个转换表 将obj 序列化为JSON 格式化流形式的fp (支持 .write() ...
確定! 回上一頁