1 一般 使用oninput 事件可以监控文本输入事实触发
2 兼容需要使用onpropertychange 。
3 兼容写法 var evenInput=DOM元素.oninput || DOM元素.onpropertychange;