typealias StudentName = String. let name:StudentName = "Jack". //let name:String = "Jack". print(name). typealias num = Int.
確定! 回上一頁