<input type="number" oninput="if(value.length>30)value=value.slice(0,30)" placeholder="请输入设备编号" />
利用oninput事件,这样可以限制长度