import json from io import StringIO import numpy as np with open('myfile.json', 'r') as read_file: dict_data = json.load(read_file)
確定! 回上一頁