跳到主要内容

获取表单值

返回指定表单的值。

语法

expression.GetFormValue(internalId);

expression - 表示一个 Api 类的变量。

参数

名称必填/选填数据类型默认值说明
internalId必填string表单的唯一内部标识符。

返回值

null | string(字符串) | boolean(布尔值)

示例

window.Asc.plugin.executeMethod ("GetFormValue", ["1_713"], function (res) {
console.log (res)
});