I guess you mean how to print a json formatted, if so, you could do import json with open('yourfile.json', 'r') as handle: parsed ...
確定! 回上一頁