input标签只能输入纯数字且不能大于100 代码为: <input name="purchase_num" value="1" oninput="value=value.replace(/[^\d]/g,'');if(value>100)value=100"/> 效果: