国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

Python讀寫Json文件

2019-11-14 17:05:27
字體:
供稿:網(wǎng)友

 

一個(gè)小例子,使用Json配置文件

 

# -*- coding: utf-8 -*-import jsonimport timedef store(data):    with open('data.json', 'w') as json_file:        json_file.write(json.dumps(data))def load():    with open('data.json') as json_file:        data = json.load(json_file)        return dataif __name__ == "__main__":    data = {}    data["last"]=time.strftime("%Y%m%d")    store(data)    data = load()    PRint data["last"]

 


發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 天门市| 黄龙县| 贵州省| 安吉县| 柘城县| 巴东县| 灵武市| 怀集县| 高阳县| 胶南市| 江安县| 扬中市| 囊谦县| 修水县| 梅州市| 武鸣县| 寻甸| 阳曲县| 黄山市| 连城县| 宁德市| 清河县| 万年县| 达尔| 麻江县| 赤壁市| 黎川县| 什邡市| 宝清县| 安图县| 泽普县| 金坛市| 金川县| 岢岚县| 郧西县| 县级市| 紫阳县| 屏山县| 平湖市| 镇沅| 大英县|