Skip to content

Commit

Permalink
示例代码的一处错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwang-code authored Nov 28, 2022
1 parent da7670b commit dfaad4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgetsBasedAutomation.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,9 +628,9 @@ if(w != null){
```js
var c = className("AbsListView").find();
if(c.empty()){
toast("找到啦");
}else{
toast("没找到╭(╯^╰)╮");
}else{
toast("找到啦");
}
```

Expand Down

0 comments on commit dfaad4a

Please sign in to comment.