with open('myfile.json', 'r') as read_file: dict_data = json.load(read_file) # list all keys print('dict_data.keys = ', dict_data.keys()).
確定! 回上一頁