限制只能输入数字: onkeyup="this.value=this.value.replace(/[^d]/g,'')" 限制字母和数字: onkeyup="value=value.replace(/[W]/g,'')"