数组加倍

int [] a=new int[10];

int []b=new int[a.length*2];

b=a;

posted on 2015-08-11 16:25  xiaowuyaliu  阅读(80)  评论(0)    收藏  举报

导航