Call open(file, mode) with mode as "r" to open an existing JSON file named file for reading . Call json.load(file) to create a dictionary from the JSON data ...
確定! 回上一頁