input输入框只允许输入数字 2019-03-14 本文已影响16人 叫我汪汪 最简单的方式是 input 标签里加上一句 <input type="text" oninput="value=value.replace(/[^\d]/g,'')">