如何对下面的正则进行修改,让其支持输入-1到正无穷的数字?<input onkeyup="this.value=this.value.replace(/D/g,'')"onafterpaste="this.value=this.value.replace(/D/g,'')"> 查看完整描述