input输入框字数限制
2020-05-13 本文已影响0人
温酒居士
最大限制用属性maxLength
最小限制
_this.question.content.trim().length < 5
非空判断:
_this.question.fenlei.trim().length == 0||_this.question.fenlei===''
最大限制用属性maxLength
最小限制
_this.question.content.trim().length < 5
非空判断:
_this.question.fenlei.trim().length == 0||_this.question.fenlei===''