Example 1: write dict to json python import json with open('result.json', 'w') as fp: json.dump(sample, fp) Example 2: python dictionary to json import json ...
確定! 回上一頁