未验证 提交 0a6f5e7d 编写于 作者: O openharmony_ci 提交者: Gitee

!16883 uitest示例代码修正

Merge pull request !16883 from 周柯/master
......@@ -542,7 +542,7 @@ inWindow(bundleName: string): On;
**示例:**
```js
let on = ON.inWindow(ON.inWindow('com.uitestScene.acts')); // 使用静态构造器ON创建On对象,指定目标控件位于给出的应用窗口内。
let on = ON.inWindow('com.uitestScene.acts'); // 使用静态构造器ON创建On对象,指定目标控件位于给出的应用窗口内。
```
## Component<sup>9+</sup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册