
ASPFlush方法response对象参考手册定义和用法Flush方法立即发送已缓存的HTML输出。注释:假如response.Buffer为false,此方法会引起一个run-time错误语法Response.Flush实例<%Response.Buffer=true%><html><body><p>Iwritesometext,butIwillcontrolwhenthetextwillbesenttothebrowser.</p><p>Thetextisnotsentyet.Iholditback!</p><p>OK,letitgo!</p>&...