嗨,我有一个字符计数器的一个文本区域。我的问题是它不计算空格或换行符。我如何使它这样做呢?
原文链接:https://www.f2er.com/angularjs/146231.html<div class="controls"> <textarea rows="4" cols="50" maxlength="1500" data-ng-minLength="1" data-ng model="createprofilefields.description" required highlight-on- error></textarea> <br /> <!--counter--> <span class="form-help">{{1500-createprofilefields.description.length}} Characters</span> </div>