Try this import json with open('filename.txt', 'r') as f: array = json.load(f) print (array).
確定! 回上一頁