一个简单的class声明如下: class Shape { var numberOfSides = 0 func simpleDescription() -> String { return "A shape with \(numberOfSides) ...
確定! 回上一頁