摘要:
先看一段同步代码: publicint SumPageSizes(IList<Uri> uris) { int total = 0; foreach (var uri in uris) { statusText.Text = string.Format("Found {0} bytes ...", total); var data = newWebClient().DownloadData(uri); total += data.Length; ... 阅读全文
posted @ 2011-11-04 06:33
LoveJenny
阅读(2071)
评论(1)
推荐(4)
浙公网安备 33010602011771号