python-ini文件使用(读和写)
摘要:
注意事项: 1.读文件: read(filename):读取ini文件中的内容 sections():得到所有section,返回列表形式 options(section):得到给定section的所有option items(section):得到指定section的所有key-value get 阅读全文
posted @ 2018-06-08 14:57 风-fmgao 阅读(2769) 评论(0) 推荐(0) 编辑