2013年2月28日
摘要: //设置客户端缓冲中文件过期时间为0,即立即过期。 context.Response.Expires = 0; //清空服务器端为此会话开辟的输出缓存 context.Response.Clear(); context.Response.Char... 阅读全文
posted @ 2013-02-28 12:24 五千年不曾见 阅读(411) 评论(0) 推荐(0)