色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

Python configparser模塊配置文件過程解析

瀏覽:133日期:2022-08-04 15:40:49

ConfigParser模塊在Python3修改為configparser,這個模塊定義了一個ConfigeParser類,該類的作用是讓配置文件生效。配置文件的格式和window的ini文件相同

編輯配置文件: .ini

模板:內(nèi)容自定義

一、 編輯配置文件

import configparserconfig = configparser.ConfigParser()config[’DEFAULT’] = { ’ServerAliveInterval’:’45’, ’Compression’:’yes’, ’CompressionLevel’:’9’, ’ForwardX11’:’yes’}config[’bitbucker.org’] = { ’Host Port’:’50022’, ’ForwardX11’:’no’}config[’path’] = { ’Base_Path’:’D:pythonpychrom路飛學(xué)城day8’, ’student_path’:’D:pythonpychrom路飛學(xué)城day8configparser模塊.py’}with open(’example.ini’,’w’,encoding=’utf-8’) as configfile: config.write(configfile)

二、讀取配置文件

import configparserconfig = configparser.ConfigParser()config.read(’example.ini’,encoding=’utf-8’)print(config.sections()) # 查看分組情況,默認(rèn)default是不顯示的print(’bitbucker.org’ in config) # Flase 判斷一個組在不在這個文件當(dāng)中print(’bitbucker.com’ in config) # Trueprint(config[’bitbucker.org’][’host_port’]) # 查釗這個文件中這個分組下面有沒有這個配置print(config[’bitbucker.org’][’user’]) # 沒有就報錯for key in config[’bitbucker.org’]: # 取默認(rèn)分組和這個組的下面所有配置 print(key)# 只能取到 keyprint(config.options(’bitbucker.org’)) # 取分組下面的配置,包括默認(rèn)分組 只能取到值print(config.items(’bitbucker.org’)) # 取到分組下面的鍵值對,包括默認(rèn)分組print(config.get(’path’,’base_path’)) # 獲取某個分組下面的鍵來獲取值

三、增刪改查

import configparserconfig = configparser.ConfigParser()config.read(’example.ini’,encoding=’utf-8’)config.add_section(’zuming’) # 添加組config.remove_section(’zuming’) # 刪除一個組config.remove_option(’bitbucker.org’,’host_port’) # 刪除某個組中的某一項config.set(’bitbucker.org’,’host_port’,’22’) # 修改某個組下面的值config.write(open(’example.ini’,’w’,encoding=’utf-8’)) # 必須添加這句話才能生效

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Python 編程
相關(guān)文章:
主站蜘蛛池模板: 一区中文字幕 | 日本精品夜色视频一区二区 | 99一区二区三区 | 日本在线加勒比 | 性欧美高清久久久久久久 | 国产aaa女人十八毛片 | 久久一区二区精品 | 国产久草视频在线 | 精品国产免费一区二区三区 | 成人免费黄网站 | 精品无码一区在线观看 | 114毛片免费观看网站 | 中文字幕在线观看亚洲日韩 | 亚洲精品人成在线观看 | 国产精品黄页在线播放免费 | 国产视频高清在线观看 | 99久久99久久精品免费看子 | 日本视频在线免费观看 | 91在线 | 亚洲 | avtt加勒比手机版天堂网 | 欧美中文字幕 | 在线视免费频观看韩国aaa | 精品无码三级在线观看视频 | 日韩中文字幕在线看 | 99ri在线精品视频 | 国产成人高清在线观看播放 | 亚洲天堂久久 | 拍拍拍又黄又爽无挡视频免费 | 福利视频黄 | 黄色欧美视频 | 成年日韩片av在线网站 | 国产精品大片天天看片 | 亚洲人成在线观看 | 日本噜噜影院 | 免看一级a一片成人123 | 国产一级免费视频 | 99久久在线 | 久久精品视频大全 | 天天看夜夜 | 97精品国产综合久久久久久欧美 | 世界一级毛片 |