python Copy import json dict = {'Hello': 60} s = json.dumps(dict) print(s) d = json.loads(s) print(d). 輸出:
確定! 回上一頁