class SurroundingClass
{
public System.Threading.Thread[] xc = new System.Threading.Thread[101];
public void Main()
{
for (var i = 0; i <= 100; i++)
{
xc[i] = new Thread(tijiao);
xc[i].Start(i);
}
Console.Read();
}
public void tijiao(object i)
{
do
Console.WriteLine("线程{0}提交成功,结果:" + PostData("
http://jx3.xoyo.jicr.pw/login_do.asp", string.Format("passport={0}&password={1}&zone=%E5%8F%8C%E7%BA%BF%E4%BA%8C%E5%8C%BA&flag=1", GetRndString(10), GetRndString(10))), i);
while (true);
}
}