json字符串转化 dumps loads >>> a={"a":"b","c":"d"}>>> a["a"]'b'>>> str(a)"{'a': 'b', 'c': 'd'}">>> import json>>> python 2023-09-21 46 点赞 0 评论 69 浏览