func textDidChange(sender:UITextField) { if textField.text?.characters.count > 11 { textField.text = textField.text?
確定! 回上一頁