TextEditingController(text:'')..addListener(() {/// 内容发生变化 焦点变动 都会触发print('listen');})所以当焦点还在TextField时退出当前页,也会触发一次监听