这段代码执行过后,i的值是多少?
int[] ilist = new int[100]; ilist = {2,4,6,8,9}; int i = ilist[3]
8
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。