摘要: int a[][][] = {{{1,2},{1,2}},{{1,2},{1,2}}}; int b[][][] = new int[][][]{{{1,2},{1,2}},{{1,2},{1,2}}}; 阅读全文
posted @ 2016-02-25 00:11 raindream 阅读(244) 评论(0) 推荐(0)