验证表单输入的文本长度是否小于或等于某个最大值,在输入字段上使用指令ng-maxlength="{number}":. <input type="text" ng-maxlength="20" /> ...
確定! 回上一頁