安卓按键精灵脚本命令-让你的界面多选框,只能选中一个

Function a

    UIP.SetAttribute "多选框2", {"选中":false}
    UIP.SetAttribute "多选框3", {"选中":false}
End Function

Function b
    UIP.SetAttribute "多选框1", {"选中":false}
    UIP.SetAttribute "多选框3", {"选中":false}
End Function

Function c
    UIP.SetAttribute "多选框1", {"选中":false}
    UIP.SetAttribute "多选框2", {"选中":false}
End Function

 

赞 (1)