久久福利_99r_国产日韩在线视频_直接看av的网站_中文欧美日韩_久久一

您的位置:首頁技術文章
文章詳情頁

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

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

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

編輯配置文件: .ini

模板:內容自定義

一、 編輯配置文件

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路飛學城day8’, ’student_path’:’D:pythonpychrom路飛學城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()) # 查看分組情況,默認default是不顯示的print(’bitbucker.org’ in config) # Flase 判斷一個組在不在這個文件當中print(’bitbucker.com’ in config) # Trueprint(config[’bitbucker.org’][’host_port’]) # 查釗這個文件中這個分組下面有沒有這個配置print(config[’bitbucker.org’][’user’]) # 沒有就報錯for key in config[’bitbucker.org’]: # 取默認分組和這個組的下面所有配置 print(key)# 只能取到 keyprint(config.options(’bitbucker.org’)) # 取分組下面的配置,包括默認分組 只能取到值print(config.items(’bitbucker.org’)) # 取到分組下面的鍵值對,包括默認分組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’)) # 必須添加這句話才能生效

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Python 編程
相關文章:
主站蜘蛛池模板: 日韩综合一区 | 欧美日韩一区二区三区免费视频 | 在线 丝袜 欧美 日韩 制服 | 欧洲精品在线观看 | 暖暖视频日韩欧美在线观看 | a级在线观看免费 | 极品av | 亚洲一区在线视频 | 欧美涩涩网 | av看片网| 国产欧美在线播放 | 国产精品一区二区三区在线 | 久久99精品久久久久久琪琪 | 一级电影免费在线观看 | 亚洲一级毛片 | 日本在线一区二区 | 欧美在线播放一区二区三区 | 婷婷色国产偷v国产偷v小说 | 久草福利资源 | 国产欧美精品一区二区三区 | 国产婷婷在线视频 | 亚洲精品大片 | 国产精品成人3p一区二区三区 | 欧美专区在线观看 | 国产精品久久av | 精品视频在线免费 | 午夜黄色影院 | 久久成人综合 | 久久国产精品首页 | 午夜在线 | 中文字幕69av | 美日韩一区二区 | 欧美天堂| 日韩毛片在线观看 | 成人av综合 | 国产www精品 | 日日干夜夜干 | 伊人免费视频二 | 午夜在线影院 | 夜夜天天操| 一区二区免费 |