Ditu d = new Ditu(); d.show(); int[] data = d.ditu1;一定要调用show方法后,在直接调用数组。其实只是为了初始化数组ditu1,的话,可以搞个构造函数或static{}执行更好。