为什么要用$event.target.value 而不是直接用 value
$event 指事件对象, $event.target 指向触发当前事件的 dom 元素,$event.target.value 就是触发当前事件的dom的value属性