一、找控件位置 1. 一般可以找desc、id、text三种 1.1 找desc if( desc("推荐广告").findOnce() ){ .... } 1.2 找id if( id("home_app_view").findOnce() ){ .... } 1.3 找text if( text("健康码").