python 中,json和dict对象可以相互转换,首先我们看下简单的dict对象转换。 student = { 'name': 'chaos', 'age': 18, 'school': { 'name': "tsinghua" } ...
確定! 回上一頁