日期:2014-05-19 浏览次数:20964 次
isNext = false;
//..........
多线程部分省略掉...............
//
while (true)
{
if (isNext)
{
break;
}
}
}