C#主线程获取子线程值

private static void GetFirstPageInfo(string pagedata) { MatchCollection mc = Regex.Matches(pagedata, @everyArray[1]);//(.*?) if (mc.Count > 0) { sonpagecount = mc.Count; threads = new Thread[sonpagecount]; string[] pagestr = new string[8]; for (int i...
posted @ 2013-05-17 16:05  BicycleBoy  阅读(1231)  评论(0编辑  收藏  举报