keyup

change<input type="text" (keyup)="changes($event)">
changes(e){
 console.log(e.target.value)
}
You can change the world with your heart,even a lot of changes sometimes unless you won't geiv up....
原文地址:https://www.cnblogs.com/xiongwei2017/p/7076020.html