摘要: function IsEmail(str) { var r = /^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/; if (r.test(str)) { return true; } else { return false; } } functio 阅读全文
posted @ 2013-11-29 17:50 深南大道 阅读(163) 评论(0) 推荐(0)
摘要: 商品分类 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Data; using Syst... 阅读全文
posted @ 2013-11-29 12:37 深南大道 阅读(326) 评论(0) 推荐(0)