Response.Flush
string str2 = “”;
for (int i = 0; i < 1000; i++)
{
str2 += “|bddaasdfkjsdlajlsjdfljfsdljsdf|\r\n”;
context.Response.Write(str2);
context.Response.Flush();
System.Threading.Thread.Sleep(5000);
}
转载于//www.cnblogs.com/wyxy2005/archive/2010/06/28/1766995.html
还没有评论,来说两句吧...