美文网首页
中文写入json

中文写入json

作者: BI罗 | 来源:发表于2021-02-26 22:58 被阅读0次
       with open('model33.bim','w',encoding='utf-8') as f:
           json.dump(r,f,ensure_ascii=False ,indent=4)
    

    相关文章

      网友评论

          本文标题:中文写入json

          本文链接:https://www.haomeiwen.com/subject/rnkqfltx.html