文本框只能输入数字代码(小数点也不能输入) <input ... <script language=javascript> function onlyNum() { if(!(event.keyCode==46)&&!(event.keyCode==8)&&!(event.
確定! 回上一頁