Interacting with editorsText document APIMethods获取表单值本页总览获取表单值 返回指定表单的值。 语法 expression.GetFormValue(internalId); expression - 表示一个 Api 类的变量。 参数 名称必填/选填数据类型默认值说明internalId必填string表单的唯一内部标识符。 返回值 null | string | boolean 示例 window.Asc.plugin.executeMethod ("GetFormValue", ["1_713"], function (res) { console.log (res)});