摘要:
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
五月十九
阅读(241)
评论(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
五月十九
阅读(245)
评论(0)
推荐(0)
浙公网安备 33010602011771号