獲取ChoiceGroup多選狀態下的值

raorq發表於2020-04-06
http://javaeye.5d6d.com/thread-233-1-1.html

怎麼樣獲取ChoiceGroup多選狀態下的值呢?
連我這個做了幾個小專案的程式設計師,今天都不知道怎麼辦了。
看了api文件不是很清晰,還是動手實踐下吧。

看程式碼就知道了
boolean[] flags = new boolean[this.images.size()];


for(int i=0; i < flags.length; i++){
if(flags)
this.images.getString(i); //這裡得的選中的值,感覺操作麻煩。
}

posted on 2007-08-30 19:35 3G視線 閱讀(168) 評論(2)  編輯 收藏 引用 所屬分類: j2me

相關文章