Js 限制Input框只能输入数字,<inputtype="text"onkeyup="value=value.replace(/[^\d]/g,'')"/><inputtype="text"onkeyup="value=value.replace(/[^\d\ ...
確定! 回上一頁