class Student{ Student(int enNum){ print(enNum); } } main(){ var myStudent = new Student(15); }
確定! 回上一頁