18 menu_json = json.dumps(menu) #運用json.dump將menu物件寫入,設定為menu_json物件, print(menu_json) menu2 = json.loads(menu_json) ...
確定! 回上一頁