1
公共類地球如何顯示陣列動態
public static int line1[] = {1,4,7,10,13};
public static int line2[] = {1,5,7,11,13};
public static int line2[] = {1,5,7,11,13};
公共類測試
for(i=0;i<3;i++)
{
String temp = "line"+i;
System.out.println(globe.temp);// how to get array hole value
}
如何獲得在全球範圍類的數組值。我需要獲取特定的數組值。從for循環給定的行號。我不知道如何提出這個問題。請幫我...