日期:2014-05-16  浏览次数:20386 次

js事件 限制只能输入数字

onKeyUp="this.value=this.value.replace(/\D/g,'')"

onafterpaste="this.value=this.value.replace(/\D/g,'')"