摘要: 在C#2.0之前,我们常用以下方法获取程序的运行时间: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->DateTime dtBeginTime = DateTime.Now;// 测试程序DateTime dtEndTime = DateTime... 阅读全文
posted @ 2007-07-30 17:04 Jailu 阅读(2996) 评论(4) 推荐(0)