摘要: 以上是测试用的java类。 一下是去除注释代码 阅读全文
posted @ 2018-08-10 16:01 Jachs 阅读(493) 评论(0) 推荐(0) 编辑
摘要: 1 int Number=1234567908; 2 StringBuffer numberSB=new StringBuffer(Number+""); 3 int index=numberSB.length(); 4 while(true) { 5 index=index-3; 6 ... 阅读全文
posted @ 2018-08-10 15:18 Jachs 阅读(408) 评论(0) 推荐(0) 编辑
摘要: Listlist1=new ArrayList(); list1.add("a"); list1.add("b"); list1.add("c"); list1.add("d"); list1.add("e"); Listlist2=new ArrayList();... 阅读全文
posted @ 2018-08-10 14:25 Jachs 阅读(743) 评论(0) 推荐(0) 编辑