摘要: public static void main(String[] args) throws ClassNotFoundException { int[] a = {5,7,9,6,3,1}; change(a); for(int i : a ){ System.out.print(i+"_"); } 阅读全文
posted @ 2016-03-19 13:20 Melody丿丶Soul 阅读(147) 评论(0) 推荐(0)