1、程序没有再次走到 IfColor 1254,87,"A5A6A5",0 Then,而不是没有call bj22()
2、可以尝试放一个 比如 rem ddtest1 到IfColor 前面,在bj22执行完毕后goto ddtest1
这只说明你没有再次判断,程序没有再次走到 IfColor 1254,87,"A5A6A5",0 Then,而不是没有call bj22()
你可以尝试放一个 比如 rem ddtest1 到IfColor 前面,在bj22执行完毕后goto ddtest1
潮安县彩塘镇顺驰不锈钢制品厂竭诚为您服务
Do
IfColor 1254,87,"A5A6A5",0 Then
TracePrint "颜色等于了,跳出判断"
Exit Do
Else
TracePrint "颜色不等于了,循环判断"
Delay 500
End If
Loop
Rem jx2201
IfColor 1254,87,"A5A6A5",0 Then
//Goto jx2201这里是多余的,可以不要
Else
Call bj22()
Goto jx2201//继续判断
End If