JSON 序列化,是把一個Python物件編碼轉換成Json字串。 ... 'str'> 上述list已經序列化為JSON字串print(student) #[{"name": "Tom", "aga": 20}, ...
確定! 回上一頁