摘要: if (!(/^(http(s)?:\/\/)?(www\.)?[\w-]+\.\w{2,4}(\/)?$/).test($("#web").val())) { alert("请输入正确的网址"); $("#web").focus(); return false;} if (!(/^[\w-]+(\.[\w-]+)*@[\w-]+(\.[\w-]+)+$/).test($("#qudao").val())) { alert("邮箱输入格式错误,请重新输入"); ... 阅读全文
posted @ 2013-09-14 19:15 che淡 阅读(149) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-09-14 10:37 che淡 阅读(267) 评论(0) 推荐(0)