C#交流俱乐部

学习为主,互相帮助

博客园 首页 新随笔 联系 订阅 管理

2010年6月28日 #

摘要: 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); } 阅读全文
posted @ 2010-06-28 20:56 bluce chen 阅读(347) 评论(1) 推荐(0) 编辑