常规参数
文章标题:
权重:
文章摘要:
正则表达式限制输入框只能输入数字 代码如下: input type=text onkeyup=this.value=this.value.replace(/[^/d]/g,'') onafterpaste=this.value=this.value.replace(/[^/d]/g,'') name=f_order value=1/ 其中,onafterpaste防止用户从其它地方复制内容粘贴到输入框
关键字:
输入 只能 数字 限制 使用 /g this.value.replace this.value
管理密码: