摘要: public class ArrayDemo01 { public static void main(String[]args){ int score[]=null; score=new int[3]; System.out.println("score[0]="+score[0]); Sy... 阅读全文
posted @ 2015-03-19 19:35 dung 阅读(88) 评论(0) 推荐(0)