只能輸入數字 <input name="num" onkeyup="if(event.keyCode !=37 && event.keyCode != 39)value=value.replace(/\D/g,'')"> //只能輸入數字(不能 ...
確定! 回上一頁