vue限制输入框只能输数字且限制长度
程序员文章站
2022-06-07 14:15:20
...
<el-input
maxlength="2"
v-model="scope.row.score"
placeholder="评分"
@blur="inputBlur"
@keyup.native="scope.row.score=(scope.row.score).replace(/[^\d.]/g,'');"
/>
上一篇: matlab画对数坐标图
下一篇: xml解析及dom4j+xpath解析