c#获取当前时间,不带日期
摘要:
string time = DateTime.Now.ToString(); string nowtime = time.Substring(9, 5); Console.WriteLine(nowtime); Console.ReadLine(); 阅读全文
posted @ 2011-07-04 16:52 九叶儿 阅读(1187) 评论(2) 推荐(0)
关注具体问题的解决
2011年7月4日 #
posted @ 2011-07-04 16:52 九叶儿 阅读(1187) 评论(2) 推荐(0)
posted @ 2011-07-04 16:49 九叶儿 阅读(283) 评论(0) 推荐(0)
2011年3月7日 #
posted @ 2011-03-07 19:40 九叶儿 阅读(103) 评论(0) 推荐(0)
2010年11月22日 #
posted @ 2010-11-22 13:06 九叶儿 阅读(305) 评论(0) 推荐(0)
2010年11月14日 #