2020年8月26日
摘要: - (void)viewDidLoad { // 一 代理监听 _textField.delegate = self; // 二 添加文本框改变事件 [_textField addTarget:self action:@selector(textChange) forControlEvents: U 阅读全文
posted @ 2020-08-26 14:07 wp7ers 阅读(258) 评论(0) 推荐(0)