为了账号安全,请及时绑定邮箱和手机立即绑定

如何使用Python3读写INI文件?

如何使用Python3读写INI文件?

BIG阳 2019-12-16 11:02:48
如何使用Python3读写INI文件?我需要使用Python3 读取,写入和创建INI文件。文件文件default_path = "/path/name/"default_file = "file.txt"Python档案:#    Read file and and create if it not existsconfig = iniFile( 'FILE.INI' )#    Get "default_path"config.default_path#    Print (string)/path/nameprint config.default_path#    Create or Updateconfig.append( 'default_path', 'var/shared/' )config.append( 'default_message', 'Hey! help me!!' )更新的 FILE.INIdefault_path    = "var/shared/"default_file    = "file.txt"default_message = "Hey! help me!!"
查看完整描述

3 回答

  • 3 回答
  • 0 关注
  • 680 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信