<input type="number" oninput="if (value.length>2) value=value.slice(0,2)"> 利用oninput进行监听输入的内容,超过内容长度自动截取