html tool

2023年9月15日星期五

python中json 存文件

 参考:https://blog.csdn.net/leviopku/article/details/103773219

     r = json.dumps(report_json)

     f = open(sf, "w")

     f.write(r)

     f.close()




没有评论:

发表评论