onchange 发生在元素失去焦点后,而不是你想象中的元素的值发生改变的时候。 ... <input type="text" name="number" id="number" onpropertychange="compute()" ...
確定! 回上一頁