2017年3月27日
摘要: public class yanghui { public static void main(String[] args){ int a[][]=new int[10][10];//创建二维数组 //遍历二维数组的第一层 for(int i=0;i<a.length;i++){ a[i]=new i 阅读全文
posted @ 2017-03-27 21:06 难辞逃兵 阅读(113) 评论(1) 推荐(0) 编辑