json str

来源:互联网 发布:超星软件打不开 编辑:程序博客网 时间:2024/06/11 16:36

python中,str转json


dict = json.loads(str)

str = json.dumps(dict)


0 0
原创粉丝点击