讀取 自己的json檔案(使用檔案讀取的方式). import json input_file = open ('json12.json') json_array = json.load(input_file) print(json_array) ...
確定! 回上一頁