跳到主要内容

获取自定义函数

返回本地自定义函数库。

语法

expression.GetCustomFunctions();

expression - 表示 Api 类的变量。

参数

此方法无参数。

返回值

string(字符串)

示例

window.Asc.plugin.executeMethod ("GetCustomFunctions", null, function (res) {
console.log ("First custom function: " + res[0])
});