addComment()

    IniFile.addComment( <key>, <comment>, [pos] )

    类别

    为指定的 item 追加注释。

    参数

    执行失败,抛异常。

    错误

    常见错误可参考。

    • 打开一个 INI 文件。
    1. > ini.addComment( "info", "name", "what's your name" )