2:脚本语法(部分示例)
Dim SIM卡ID //定义变量SIM卡ID = Device.GetIccid() //调用函数
TracePrint SIM卡ID //调试输出
KeyPress "Home" //模拟按一次<房子>键
KeyPress "A" //模拟按一次字母A键
If CmpColorEx("300|500|FFFFFF|123456-102030,305|505|FFFFFF",0.9) = 1 Then TracePrint "全部点颜色相等"Else TracePrint "有一个或多个颜色不符合"End If
Dim IntX,IntYFindColor 0,0,0,0,"123456-000000|aabbcc-030303|ddeeff-202020",0,1.0,intX,intYIf intX >-1 then Traceprint "找到"Else Traceprint "没有找到"End If