Interacting with editorsText document APIMethods移除批注本页总览移除批注 移除指定的批注。 语法 expression.RemoveComments(arrIds); expression - 表示 Api 类的变量。 参数 名称必填/选填数据类型默认值描述arrIds必填string[]包含指定批注 ID 的数组。 返回值 此方法不返回任何值。 示例 window.Asc.plugin.executeMethod ("RemoveComments", [["1_631", "1_632"]]);