API 参考ui 模块removeLatestFocus 移除最新的焦点本页总览removeLatestFocus 移除最新的焦点removeLatestFocus 类型: MethodDeclaration 定义位置: ui.ts 描述 移除最新的焦点 返回值 类型: void 源代码 位置: 第 412 行 public removeLatestFocus(): void { const focuses = this.focuses this.removeFocus(focuses[focuses.length - 1]) } 文档生成时间:2025/7/7 12:07:07