<input type="number" min="-1" max="10"> //I need something like skip = 0
使用普通html是不可能的,因为没有skip =“”而pattern =“”对数字输入不起作用.你必须使用Javascript函数.