摘要: 1 package six; 2 3 public class Sixzerotwo {//创建类 4 public static void main(String[] args){//主方法 5 int a[][]=new int[3][4]; //定义二维数组,注意“... 阅读全文
posted @ 2015-04-27 14:35 chamie 阅读(2271) 评论(0) 推荐(0)