Python基礎-操做json文件

#!usr/bin/env python #-*- coding:utf-8 -*- """ @author:yecao @file: jsontests.py @time: 2019/01/03 """ import json with open("test.json",'r') as load_f: #將已編碼的 JSON 字符串解碼爲Python對象 load_dict
相關文章
相關標籤/搜索