1、文字輸入框的建立 let textField = UITextField(frame: CGRect(x:10, y:60, width:200, height:30)) // let textField = UITextField()
確定! 回上一頁