中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

ASP Flush 方法


Response 對象參考手冊 完整的 Response 對象參考手冊

Flush 方法立即發(fā)送已緩存的 HTML 輸出。

注意:假如 response.Buffer 為 false ,此方法會引起一個 run-time 錯誤。

語法

Response.Flush

實例

<%
Response.Buffer=true
%>
<html>
<body>
<p>I write some text, but I will control when the
text will be sent to the browser.</p>
<p>The text is not sent yet. I hold it back!</p>
<p>OK, let it go!</p>
<%
Response.Flush
%>
</body>
</html>

輸出:

I write some text, but I will control when the
text will be sent to the browser.

The text is not sent yet. I hold it back!

OK, let it go!

Response 對象參考手冊 完整的 Response 對象參考手冊其他擴展