Interacting with editorsPresentation APIMethodsInstallPlugin本页总览InstallPluginAsk a question 使用指定的插件配置安装插件。 语法 expression.InstallPlugin(config); expression - 表示 Api 类的变量。 参数 名称必需/可选数据类型默认值描述config可选object插件配置。 返回值 object 示例 window.Asc.plugin.executeMethod ("InstallPlugin", [config], function (result) { postMessage (JSON.stringify (result));});