主流瀏覽器基本都支援oninput事件,IE9以下不支援,需要使用IE 特有的 onpropertychange 事件 ... <input type="text" oninput="OnInput (event)" ...
確定! 回上一頁