摘要: const regExp = /^[a-zA-Z]([_a-zA-Z0-9]{0,})$/; const bol = regExp.test(value);//以字母开头, 可包含数字和下划线 阅读全文
posted @ 2020-09-08 17:00 MR崔 阅读(102) 评论(0) 推荐(0) 编辑