返回列表 發帖
  1. //import java.lang.System
  2. public class Ch01
  3. {
  4.      pubic static void main( Sting args[])
  5.      {
  6.          System.out.println("hello!");
  7.          System.out.print("welcome Java");
  8.      }

  9. }
複製代碼

TOP

返回列表