美文网首页
python 字典转json

python 字典转json

作者: Chris_Cui | 来源:发表于2018-12-21 15:19 被阅读0次
    # 字典转json
    def my_json(dict):
        import json
        return json.dumps(dict, ensure_ascii=False)
    

    相关文章

      网友评论

          本文标题:python 字典转json

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