API 参考trigger 模块autorun 自动执行On this pageautorun 自动执行autorun 类型: MethodDeclaration 所属类: Trigger 定义位置: trigger.ts 描述 自动执行 返回值 类型: void 源代码 位置: 第 470 行 public autorun(): void { if (this.started === false) { this.started = true this.emit('autorun') } } 文档生成时间:2025/7/7 12:07:06