摘要:        
其实有很多种办法,先列出第一种性能最差,也是我们经常写的代码: private int count = 10000; private void button1_Click(object sender, System.EventArgs e) { long l1 = System.DateTime.Now.Ticks; lis...    阅读全文
posted @ 2004-09-10 16:28
鞠强
阅读(2690)
评论(10)
推荐(1)
        
hello
world