2018年8月17日

摘要: function checkPhone() { var reg1 =/^(((13[0-9]{1})|(15[0-9]{1})|(18[0-9]{1}))+\d{8})$/; var phone = document.getElementById("phone").value; if (phone= 阅读全文

posted @ 2018-08-17 21:51 魏什么呀 阅读(298) 评论(0) 推荐(0) 编辑