返回列表 發帖
  1. public class Hello {

  2.         public static void main(String[] args) {
  3.                 System.out.println("hello world");
  4.                 System.out.print("hello world");

  5.         }

  6. }
複製代碼

TOP

返回列表