六、input框中的数字(金额)只能输入正整数时间:2022-05-06 05:29:54<input type="text" placeholder="请输入整数" onkeyup="this.value=this.value.replace(/\D/g,'')"/>