setSectionComment()
类别
IniFile
参数
执行成功,无返回值.
错误
如果出错则抛异常,并输出错误信息,可以通过获取错误信息或通过getLastError()获取错误码。关于错误处理可以参考。
- 打开一个 INI 文件。
- > ini.setSectionComment( "info", "personal information" )
IniFile
执行成功,无返回值.
如果出错则抛异常,并输出错误信息,可以通过获取错误信息或通过getLastError()获取错误码。关于错误处理可以参考。
- > ini.setSectionComment( "info", "personal information" )
本文档使用 全库网 构建