input限制只能输入数字并限制长度

第一种方法:input属性为number,做if判断,然后slice选取

 

第二种方法:input属性为text,maxlength为最大长度,onkeyup onafterpaste 限制只能输入数字

 

你可能感兴趣的:(前端)