首页 > 问答 > 正文
这么写get方法, 那类型属性的值是固定的吗? set方法怎么写?
class Score{
class var total : Int {
get{
return "99"
}