java濡備綍瀹氫箟鍏ㄥ眬鍙橀噺鏁扮粍
鍦↗ava涓紝鍙互浣跨敤鍏抽敭瀛?static
鏉ュ畾涔夊叏灞€鍙橀噺鏁扮粍銆備笅闈㈡槸涓€涓ず渚嬶細
public class MyClass {
// 瀹氫箟鍏ㄥ眬鍙橀噺鏁扮粍
static int[] myArray = {1, 2, 3, 4, 5};
public static void main(String[] args) {
// 璁块棶鍏ㄥ眬鍙橀噺鏁扮粍
for (int i = 0; i < myArray.length; i++) {
System.out.println(myArray[i]);
}
}
}
鍦ㄤ笂闈㈢殑绀轰緥涓紝myArray
鏄竴涓叏灞€鍙橀噺鏁扮粍锛屽彲浠ュ湪 main
鏂规硶涓洿鎺ヨ闂拰浣跨敤瀹冦€?/p>
相关问答