呆羊在曬太陽 |
|
|||
公告
日歷
統計
導航常用鏈接留言簿(7)隨筆分類(158)
文章分類(2)相冊log搜索積分與排名
最新評論
閱讀排行榜
|
這有一個ini文件的例子 [root] role = administrator last_login = 2003-05-04 [joe] role = author last_login = 2003-05-13 讀取文件,改變他的內容 IniEditor users = new IniEditor(); users.load("users.ini"); users.set("root", "last_login", "2003-05-16"); users.addComment("root", "Must change password often"); users.set("root", "change_pwd", "10 days"); users.addBlankLine("root"); users.save("users.ini"); 運行之后文件變為 [root] role = administrator last_login = 2003-05-16 # Must change password often change_pwd = 10 days [joe] role = author last_login = 2003-05-13對section支持
評論:
|
![]() |
|
Copyright © 小叉 | Powered by: 博客園 模板提供:滬江博客 |