[python] 最簡單的方式read/write json file ... with open('myfile.json', 'r') as read_file: dict_data = json.load(read_file) # list all keys
確定! 回上一頁