摘要: /* 2018年6月20日09:20:12*/class reverse { public static void main(String[] args){ int[] a={11,22,33,44,55}; //分析面向过程: //11,22,33,44,55 //55,44,33,22,11 / 阅读全文
posted @ 2018-06-20 10:19 Lester0624 阅读(156) 评论(0) 推荐(0)