getSectionComment()
类别
IniFile
参数
执行成功,返回注释.
错误
如果出错则抛异常,并输出错误信息,可以通过获取错误信息或通过getLastError()获取错误码。关于错误处理可以参考。
- 获取指定 section 的注释。
- > ini.getSectionComment( "info" )
- personal information
IniFile
执行成功,返回注释.
如果出错则抛异常,并输出错误信息,可以通过获取错误信息或通过getLastError()获取错误码。关于错误处理可以参考。
- > ini.getSectionComment( "info" )
- personal information
本文档使用 全库网 构建