涉及到一个页面,多个UITextView同时操作,可以导致系统重复定义,可以使用tag,进行区分 if (textview.tag == 1) { } else if (textview.tag ==2) { }