安卓按键精灵脚本命令-让你的界面多选框,只能选中一个
1发布于 2018-11-30
Function a UIP.SetAttribute "多选框2", {"选中":false} UIP.SetAttribute "多选框3", {"选中":false} End Function Function b UIP.SetAttribute ...
阅读(1707)赞 (1)
发布于 2018-11-30
Function a UIP.SetAttribute "多选框2", {"选中":false} UIP.SetAttribute "多选框3", {"选中":false} End Function Function b UIP.SetAttribute ...
阅读(1707)赞 (1)
发布于 2018-11-30
//============================================================================== Dim path = "/sdcard/账号.txt" Dim arr() arr = File.ReadLines(...
阅读(1548)赞 (1)