返回列表 發帖
  1. package test;

  2. public class testClass {

  3.         public static void main(String[] args) {
  4.                 String name = "May";
  5.                 // TODO 自動產生的方法 Stub
  6.                 System.out.print(name);
  7.         }

  8. }
複製代碼

TOP

返回列表