import json

a = {}
print(json.dumps(a, indent=1))
#indent=1代表字节点比父节点前多几个空格

相关文章:

  • 2021-10-10
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案