input type="number" min="1" max="1000"> $('input[type="number"]').on('keyup keypress blur change', function() { if (parseInt(this.value) > ...
確定! 回上一頁