class Hex {. class func decode(string: String) -> [UInt8] {. if string.characters.count % 2 != 0 {. // length should be divided by 2. return []. }.
確定! 回上一頁