摘要: Console.WriteLine("请输入你的qq邮箱"); string yx = Console.ReadLine(); int a = yx.LastIndexOf("qq"); int b = yx.LastIndexOf("@"); if ((a - b) == 1) { Console 阅读全文
posted @ 2016-04-21 14:58 五月十九 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Console.WriteLine("请输入你的身份证号码:"); string a = Console.ReadLine(); string year = a.Substring(6, 4); string month = a.Substring(10, 2); string day = a.Su 阅读全文
posted @ 2016-04-21 14:42 五月十九 阅读(222) 评论(0) 推荐(0) 编辑