Bootstrap

el-input 只能输入大于0的正整数

利用oninput时间进行校验  oninput = "value=value.replace(/[^\d]/g,'')"   写在html中Input 标签内可以 ,写在第三方ui框架也可以

 

;