国产片侵犯亲女视频播放_亚洲精品二区_在线免费国产视频_欧美精品一区二区三区在线_少妇久久久_在线观看av不卡

腳本之家,腳本語言編程技術及教程分享平臺!
分類導航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服務器之家 - 腳本之家 - Python - python讀寫ini配置文件方法實例分析

python讀寫ini配置文件方法實例分析

2020-07-18 11:18不吃皮蛋 Python

這篇文章主要介紹了python讀寫ini配置文件方法,實例分析了Python針對ini配置文件的相關讀寫技巧,需要的朋友可以參考下

本文實例講述了python讀寫ini配置文件方法。分享給大家供大家參考。具體實現方法如下:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
import ConfigParser
import os
class ReadWriteConfFile:
  currentDir=os.path.dirname(__file__)
  filepath=currentDir+os.path.sep+"inetMsgConfigure.ini"
  @staticmethod
  def getConfigParser():
    cf=ConfigParser.ConfigParser()
    cf.read(ReadWriteConfFile.filepath)
    return cf
  @staticmethod
  def writeConfigParser(cf):
    f=open(ReadWriteConfFile.filepath,"w");     
    cf.write(f)
    f.close();
  @staticmethod
  def getSectionValue(section,key):
    cf=ReadWriteConfFile.getConfigParser()
    return cf.get(section, key)
  @staticmethod
  def addSection(section):
    cf=ReadWriteConfFile.getConfigParser()
    allSections=cf.sections()
    if section in allSections:
      return
    else:
      cf.add_section(section)
      ReadWriteConfFile.writeConfigParser(cf)
  @staticmethod
  def setSectionValue(section,key,value):
    cf=ReadWriteConfFile.getConfigParser()
    cf.set(section, key, value)
    ReadWriteConfFile.writeConfigParser(cf)
if __name__ == '__main__':
  ReadWriteConfFile.addSection( 'messages')
  ReadWriteConfFile.setSectionValue( 'messages','name','sophia')
  x=ReadWriteConfFile.getSectionValue( 'messages','1000')
  print x

希望本文所述對大家的Python程序設計有所幫助。

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 国产成人精品一区二区三区四区 | 免费的黄视频 | 国产精品对白一区二区三区 | 69国产精品成人96视频色 | 欧美一级二级视频 | 欧美一级久久 | 内地农村三片在线观看 | 亚洲欧美日韩一区 | 中文字幕亚洲欧美日韩在线不卡 | 亚洲欧美日韩电影 | 中文字幕在线观看日本 | 久久成人精品 | 中国a毛片| 在线播放中文字幕 | 久久久久国产精品免费免费搜索 | 激情综合五月网 | 国产精品99久久免费观看 | 成人精品视频在线观看 | 夜夜爽99久久国产综合精品女不卡 | 日韩精品影院 | 欧美精品成人一区二区三区四区 | 久久精品91久久久久久再现 | 毛片在线视频 | 日本a v在线播放 | 精久久久 | 狠狠躁夜夜躁人人爽天天高潮 | 美日韩免费视频 | 欧美午夜寂寞影院 | 天天干天天操 | 成人h视频| 色婷婷蜜桃 | 日韩午夜激情视频 | 日韩中文字幕无码一区二区三区 | 美日韩一区 | 国产一区美女视频 | 成人免费淫片aa视频免费 | 精品久久久久久久久久 | 日韩中文字幕一区二区 | 亚洲午夜精品视频 | 日一区二区 | 99re6在线视频精品免费 |