码迷,mamicode.com
首页 > 其他好文 > 详细

正则表达式:输入六位数或六位数以下的正整数。

时间:2019-09-04 19:03:18      阅读:117      评论:0      收藏:0      [点我收藏+]

标签:http   jce   焦点事件   mes   app   war   obj   正则   表达   

^[1-9][0-9]{0,5}$

在线正则表达式测试

input失去焦点事件
onBlur(item){
if (item.applyQuantity && !/^[1-9][0-9]{0,5}$/.test(item.applyQuantity)) {
item.applyQuantity = ‘‘
this.$Message.warning(‘请填写大于0的整数!‘)
}
},

正则表达式:输入六位数或六位数以下的正整数。

标签:http   jce   焦点事件   mes   app   war   obj   正则   表达   

原文地址:https://www.cnblogs.com/wssdx/p/11460899.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!