脚本精灵吧 关注:21,368贴子:85,395
  • 1回复贴,共1

小白求问,问什么判断不了,代码如下,版本最新的3.0.8

只看楼主收藏回复

function createUI()
showLoopSetting(false)
createRadioBox("a1","start",true)
createRadioBox("a1","stop",false)
--mystr = getText(DEFAULT_WINDOW_NAME, "UI_type1")
end
function main()
if a1 == "stop" then
toast("不领奖励")
else
toast("领奖励")
end
toast("End main")
sleep(1000)
end


IP属地:湖北1楼2015-11-17 16:04回复
    好像没有错误 啊


    3楼2015-11-17 20:21
    回复