1.正整数

oninput ="value=value.replace(/[^\d]/g,'')" 2.小数 oninput ="value=value.replace(/[^0-9.]/g,'')"