赞
踩
<input type="text" οnkeyup="value=value.replace(/[^\d]/g,'') " ng-pattern="/[^a-zA-Z]/">
加上正则匹配不能输入非数字字符ng-pattern="/[^a-zA-Z]/"