摘要:
验证输入的正确性 public static bool isEmail(string inputEmail) { inputEmail = NulltoString(inputEmail); string strRegex = @"^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+... 阅读全文
posted @ 2008-09-04 13:10
不对称
阅读(241)
评论(0)
推荐(0)
浙公网安备 33010602011771号