import json import csv # Open the JSON file & load its data with open('data_file.json') as dat_file: data = json.load(dat_file) stud_data ...
確定! 回上一頁