2
public static void main(String[] args) throws IOException {
String st3[]=new String[]{"сто", "двести", "триста", "sdf", "sdfsd", "sdfsd"};
System.out.println(st3[1]);
}
在第二行的Netbeans顯示錯誤:Java:如何聲明一個數組並快速填充數據?
"non-static variable cannot be referenced from a static context".
我知道,這個問題是在聲明陣列。如何聲明STRING數組並快速填充數據?
對不起,愚蠢的問題和非常糟糕的英語。
非常感謝您的回答,解決了錯誤。 :)
欲瞭解更多信息,請參閱Java教程的數組一節: http://download.oracle.com/javase/tutorial/java/nutsandbolts/arrays.html – Kel 2010-10-29 10:51:26
接受您之前的問題的一些答案。 – bancer 2010-10-29 11:39:21