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
相关文章
相关标签/搜索