日期:2014-05-20 浏览次数:20752 次
public class T2 { long a[] = new long[10]; public static void main(String[] args) { // TODO Auto-generated method stub System.out.println(a[5]); } }