只能输入数字JS方法

onkeypress="return regInput(this, /^/d*/.?/d{0,4}$/,String.fromCharCode(event.keyCode))"

onpaste="return regInput(this,/^/d*/.?/d{0,4}$/,window.clipboardData.getData('Text'))"

ondrop="return regInput(this,/^/d*/.?/d{0,4}$/,event.dataTransfer.getData('Text'))" onfocus="this.style.imeMode='disabled';"

你可能感兴趣的:(只能输入数字JS方法)