listview
摘要:1 public class Test { 2 3 /** 4 * @param args 5 */ 6 public static void main(String[] args) { 7 // TODO Auto-generated method stub 8 ArrayList aa = new ArrayList(); 9 aa.add(new Test.Info("工具1",true,2222));10 aa.add(new Test.Info("tag", true, 0));1...
阅读全文
posted @ 2013-08-30 01:25
浙公网安备 33010602011771号