基礎的java代碼

//包名 package com.lxp.test; //類名 public class TestDemo4 {     //主方法     public static void main(String[] args) {         System.out.println("hello world");     } } 運行結果是:hello world數組 public是訪問權限修飾符,訪問
相關文章
相關標籤/搜索