摘要:
C#编写网站测速WebClient wcl = new WebClient();Stopwatch spwatch = new Stopwatch();spwatch.Start();byte[] resultBytes = wcl.DownloadData(new Uri(textBox1.Tex... 阅读全文
posted @ 2015-05-21 18:54 快乐家++ 阅读(14142) 评论(1) 推荐(1)
|
|||
|
摘要:
C#编写网站测速WebClient wcl = new WebClient();Stopwatch spwatch = new Stopwatch();spwatch.Start();byte[] resultBytes = wcl.DownloadData(new Uri(textBox1.Tex... 阅读全文
posted @ 2015-05-21 18:54 快乐家++ 阅读(14142) 评论(1) 推荐(1) |
|||