摘要: function verifyCompany(company){ //不能连续字符(如123、abc)连续3位或3位以上 if(!LxStr(company)){ $.ecCommon.ecAlert({ msg: '不允许录入3个连续或者重复数字、字母', }); return false; } 阅读全文
posted @ 2024-10-31 15:09 Sincerity 阅读(189) 评论(0) 推荐(0)