安卓按键:静态界面的多选框变成单选框

原文地址 http://bbs.anjian.com/showtopic-658485-1.aspx


核心代码

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+1=2的问题 不多说了 备忘

转载于:https://www.cnblogs.com/zjl8455482/p/9225793.html

你可能感兴趣的:(安卓按键:静态界面的多选框变成单选框)