Response.Flush

ゞ 浴缸里的玫瑰 2021-12-17 08:41 333阅读 0赞

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);
}

转载于:https://www.cnblogs.com/wyxy2005/archive/2010/06/28/1766995.html

发表评论

表情:
评论列表 (有 0 条评论,333人围观)

还没有评论,来说两句吧...

相关阅读