<input id="input1234" type="text" onkeyup="(this.v=function(){this.value=this.value.replace(/[^0-9-]+/,'');}).call(this)" onblur="this.v();"/>
可以试试
type="number"
tyoe="number" 就可以了