let myInt: Int = 10 myInt is Int // true myInt as? String // nil // value-binding 搶先看----------- func testType(_ variable: Any) { switch ...
確定! 回上一頁