随笔分类 -  jdk常用积累

摘要:System.arraycopy---测试如下:1 public class ArrayTest {2 public static void main(String[] args) {3 char[] src = {'a','b','c'};4 ... 阅读全文
posted @ 2015-10-22 20:16 笨狗毒毒毒 阅读(224) 评论(0) 推荐(0)