2005年05月13日 星期五 10:01
大熊,你好 你可以用sections()和options()两个方法把section和option提取到列表里然后再写进去。这样顺序就不变了。 办法比较笨,呵呵! Carambo , qutr at tjub.com.cn 2005-5-13 ----- 收到以下来信内容 ----- 发件人: 大熊 收件人: python-chinese 时 间: 2005-05-12, 23:00:39 主 题: Re: [python-chinese] Python中操作.ini文件的问题 我修改了一个ini中的某个项目的值,保存后打开发现,里面各个项目的顺序和原先不一样了,不知道是为什么?虽说不影响使用,但感觉有些别扭 05-5-12,Qiangning Hong <hongqn at gmail.com> 写道: from ConfigParser import RawConfigParser cfg = RawConfigParser() cfg.read('whatever.ini') cfg.remove_section('section_to_remove') cfg.write(file('whatever.ini', 'w')) On 5/12/05, Carambo < qutr at tjub.com.cn> wrote: python-chinese : 大家好! 怎样删除已有.ini文件中的一个 section 和该 section 下的所有 option 及 option 所对应的值? 或者是怎样将该 section 下的所有 option 及 option 所对应的值覆盖掉? Carambo, qutr at tjub.com.cn 2005-5-12 _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -- Qiangning Hong Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&id=67907&t=1 > _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -- 茫茫人海,你是我的最爱 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050513/e42b9417/attachment.htm
Zeuux © 2025
京ICP备05028076号