var i=1;
if(i>0){
console.log("i>0");
}else{
console.log("i<=0");
}
1833 11:37:07.965 debug RSContext 脚本更新成功:抖音刷视频 version:50
1834 11:37:07.965 debug RSContext put end
1835 11:37:07.966 debug RSContext success end
1836 11:37:08.218 debug RSContext 获取root成功
1837 11:37:08.219 debug RSContext 获取root成功
1838 11:37:08.220 i>0
1839 11:37:08.222 i<=0
1840 11:37:08.223 debug Engine innerRun:-6 removeLayer:falsecom.libra.sar.robot.jsengine.c@5d27cc2
1841 11:37:08.224 debug Engine end of --run
1842 11:37:08.225 debug RobotService end run---
不论符不符合条件都输出了?