printName() } // 建立Person 類別(Class) class Person { // 建立userName 屬性(Property) var userName: String = "user" // 建立printName 函數(Function) ...
確定! 回上一頁