此寫法已廢棄,說明:C-style for statement has been removed in Swift 3. var index: Int for index = 0; index < 3; ++index { println("index is ...
確定! 回上一頁