import Foundation //***************************...
下标脚本语法 subscript(index: Int) -> Int { ...
在Swift中,类、结构体和枚举都是支持下标语法的。 ...