python美化输出list列表的方法

1、import json

2、样例

print(json.dumps(str, indent=4, ensure_ascii=False))