To read the file with python: with open('data.json') as json_data: print(type(json_data)). returns <class '_io.TextIOWrapper'> ...
確定! 回上一頁