摘要: //二维数组的遍历public class Test10 { public static void main(String[] args) { int arr[][]={{1,2,3},{4,5},{6,7,8,9}}; for(int x=0;x<arr.length;x++){ for(int 阅读全文
posted @ 2016-07-12 20:49 思凡的林 阅读(308) 评论(0) 推荐(0)