摘要: if(/[0-9]/.test(value)){return true; } if(/[a-z]/.test(value)){return true; } if(/[A-Z]/.test(value)){return true; } 阅读全文
posted @ 2018-05-16 14:12 Huangmoumou 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 引入 <script type="text/javascript" src="<%=path%>/common/js/jquery/jquery.min.js"></script> <script type="text/javascript" src="<%=path%>/common/js/jqu 阅读全文
posted @ 2018-05-16 14:09 Huangmoumou 阅读(193) 评论(0) 推荐(0) 编辑