摘要: class Program { static void Main(string[] args) { string s = "1033628976@qq.com"; if (Yzmail(s) == true) { Console.WriteLine("邮箱格式正确!"); } else { Cons 阅读全文
posted @ 2016-09-12 09:33 马战强777 阅读(199) 评论(1) 推荐(0)