摘要: 链接:http://pan.baidu.com/s/1pKCl42B 密码:fyp2链接:http://pan.baidu.com/s/1kVKbvCz 密码:qci2链接:http://pan.baidu.com/s/1cq76Q6 密码:y6bn 阅读全文
posted @ 2017-08-31 17:02 幽竹小妖 阅读(177) 评论(0) 推荐(0) 编辑
摘要: //验证手机号 eg: checkTel("13812345678")function checkTel(value){ var re = /^1[3|4|5|7|8]\d{9}$/;//手机号码正则表达式 return re.test(value);} //验证座机号 eg: checkPhone 阅读全文
posted @ 2017-08-31 15:35 幽竹小妖 阅读(190) 评论(0) 推荐(0) 编辑