摘要:
string email = Console.ReadLine(); int atIndex = email.IndexOf('@'); string userName = email.Substring(0, atIndex); ... 阅读全文
posted @ 2015-09-22 10:59
尘梦
阅读(187)
评论(0)
推荐(0)
摘要:
string[] arr = Console.ReadLine().Split(' '); string result = string.Empty; for (int i = arr.Count() - 1; i >= 0; i--) ... 阅读全文
posted @ 2015-09-22 10:55
尘梦
阅读(243)
评论(0)
推荐(0)

浙公网安备 33010602011771号