HTML5 input type number 預設會有上下按鈕加減數字 要關掉這項功能可以下css style關閉 input[type='number'] { -moz-appearance:textfield; }
確定! 回上一頁