Hi,聆听·彼岸



听说,你是我最遥不可及的梦。
What should I do?
What should I do?
I think I'm going to fall in love with myself.

python读写配置文件

发表于 2022-07-25| 分类于 笔记 | | 评论数

使用python3自带的configparser

import configparser
config = configparser.ConfigParser()
config.sections()#浏览所有域,返回列表
config.options("sections")#浏览sections下所有key,返回列表
config.items("sections")#浏览sections下所有key和value,返回列表
config.read('example.ini')#读取配置文件
value=config['section']['key']#获取值
value=config.get('section','key')
config.read_string("[section]\nkey=value")#用字符串更改配置
config.read_dict({"section": {"nkey": "value"}})#用字典更改配置
config['section'].get('key')#获取配置
'''
getint() = int(get())
同理
getfloat()
getboolean()
...
'''
config.add_section('section') #添加一个域
config.set('section','key','value') #域下添加一个key value对
config.write(open(path,'w')) #要使用'w'

官方文档

sections()
Return all the configuration section names, sans DEFAULT.
has_section(section)
Return whether the given section exists.
has_option(section, option)
Return whether the given option exists in the given section.
options(section)
Return list of configuration options for the named section.
read(filenames, encoding=None)
Read and parse the iterable of named configuration files, given by
name. A single filename is also allowed. Non-existing files
are ignored. Return list of successfully read files.
read_file(f, filename=None)
Read and parse one configuration file, given as a file object.
The filename defaults to f.name; it is only used in error
messages (if f has no `name' attribute, the string `<???>' is used).
read_string(string)
Read configuration from a given string.
read_dict(dictionary)
Read configuration from a dictionary. Keys are section names,
values are dictionaries with keys and values that should be present
in the section. If the used dictionary type preserves order, sections
and their keys will be added in order. Values are automatically
converted to strings.
get(section, option, raw=False, vars=None, fallback=_UNSET)
Return a string value for the named option. All % interpolations are
expanded in the return values, based on the defaults passed into the
constructor and the DEFAULT section. Additional substitutions may be
provided using the `vars' argument, which must be a dictionary whose
contents override any pre-existing defaults. If `option' is a key in
`vars', the value from `vars' is used.
getint(section, options, raw=False, vars=None, fallback=_UNSET)
Like get(), but convert value to an integer.
getfloat(section, options, raw=False, vars=None, fallback=_UNSET)
Like get(), but convert value to a float.
getboolean(section, options, raw=False, vars=None, fallback=_UNSET)
Like get(), but convert value to a boolean (currently case
insensitively defined as 0, false, no, off for False, and 1, true,
yes, on for True). Returns False or True.
items(section=_UNSET, raw=False, vars=None)
If section is given, return a list of tuples with (name, value) for
each option in the section. Otherwise, return a list of tuples with
(section_name, section_proxy) for each section, including DEFAULTSECT.
remove_section(section)
Remove the given file section and all its options.
remove_option(section, option)
Remove the given option from the given section.
set(section, option, value)
Set the given option.
write(fp, space_around_delimiters=True)
Write the configuration state in .ini format. If
`space_around_delimiters' is True (the default), delimiters
between keys and values are surrounded by spaces.

满分是10分的话,这篇文章你给几分,您的支持将鼓励我继续创作!

Related Issues not found

Please contact @cai471600373 to initialize the comment

  1. 1 不散的花 泠鸢yousa
  2. 2 群青【泠鸢中文改变】 泠鸢yousa
  3. 3 繁华唱遍 泠鸢yousa
  4. 4 横竖撇点折(泠鸢翻唱)(Cover:米白) 泠鸢yousa
  5. 5 你的猫咪 泠鸢yousa
  6. 6 大喜 泠鸢yousa
  7. 7 让风告诉你 (日文版) hanser
  8. 8 千里邀月 泠鸢yousa
  9. 9 你别忘 泠鸢yousa
  10. 10 天文馆的猫 泠鸢yousa
  11. a 泠鸢——歌单 >>
  12. b 粤语——歌单 >>
  13. c 英语——歌单 >>
  14. d 日语——歌单 >>
  15. e 李哈哈——歌单 >>
  16. f 杂七杂八——夜深人静听 >>
  17. g 冰冰超人——歌单 >>
  18. h 纯音乐——歌单 >>
  19. i 情歌五首——歌单 >>
  20. j 汪苏泷——歌单 >>
  21. k 徐良——歌单 >>
  22. l 薛之谦——歌单 >>
  23. m 动画——歌单 >>
  24. n 锦零——歌单 >>
不散的花 - 泠鸢yousa
00:00 / 00:00

作词 : 火火PoeE

作曲 : 溪风

编曲 : Mzf小慕

制作人 : 溪风

——《小花仙》十二周年主题曲

翻开的相册

每一页的角落

花悄悄开着

回忆中的颜色

是否还记得

那明媚的日子呢

阳光照耀花朵

而你陪着我

我们彼此交换的花

在风吹过的炎夏

那些没能说出口的话

还紧握在掌心啊

又绽出想念的芽

当我看过了世界之大

回首那时年华

还有人在原地等候着我吗

光阴像是过隙的白马

沿途风景虚化

相簿里还定格着我们呀

——Music——

为何微笑呢

是否想起了什么

天空绽放焰火

是你陪着我

我们彼此交换的花

在风吹过的炎夏

那些没能说出口的话

还紧握在掌心啊

又绽出想念的芽

当我看过了世界之大

回首那时年华

还有人在原地等候着我吗

光阴像是过隙的白马

沿途风景虚化

相簿里还定格着我们呀

——Music——

若我们终将散落天涯

人海浮沉挣扎

别忘记我们还为彼此牵挂

岁月从不曾停止步伐

吹散指间的沙

却吹不散拉贝尔的繁花

——End——

吉他 : 潘春宇

和声 : shelly雪菜

混音 : 王朋

母带 : 全相彦(韩国)

总监制 : 王诚诚/溪冉

制作助理 : 溪木/淋糖

统筹 : 张珺乔

企划 : 王诚诚

宣传发行 : 蒋嘉瑞/卡西

出品人 : 赵力/王新臣

出品 : 淘米网络/北京只要平凡文化传媒