onchange事件,可能不会立即发生,有时需要控件失去焦点.onpropertychange事件,立即发生,但不是所有浏览器都支持.
document.getElementById(id).onchange = function(event) {};
onchange