返回列表 發帖
本帖最後由 tonyh 於 2019-8-1 11:58 編輯
  1. public class Ch01
  2. {
  3.     public static void main(String args[])
  4.     {
  5.    
  6.         System.out.println("您好");
  7.         System.out.print("java");

  8.     }

  9. }
複製代碼

TOP

返回列表