摘要: 1 package cn.stringbuffer.com; 2 3 public class ErFenselect { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 // 定义一个数组元素 8 i... 阅读全文
posted @ 2018-07-06 17:19 BiuBiu丶 阅读(177) 评论(0) 推荐(0)
摘要: 1 package cn.stringbuffer.com; 2 3 public class SelectDemo { 4 5 public static void main(String[] args) { 6 7 // TODO Auto-generated method stub 8 int[] arr={24... 阅读全文
posted @ 2018-07-06 14:46 BiuBiu丶 阅读(119) 评论(0) 推荐(0)
摘要: 1 package cn.stringbuffer.com; 2 3 public class StringBufferDemo3 { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 //定义一个数组 8 ... 阅读全文
posted @ 2018-07-06 12:02 BiuBiu丶 阅读(121) 评论(0) 推荐(0)