成免费的crm,久久国产精品新农夫导航新妓网,恋夜秀场全部视频安卓手机,女校花强奷在线播放A级

ASP Flush 方法

asp flush 方法

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

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

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

語法

response.flush

實例

<%
response.buffer=true
%>


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.flush
%>



輸出:

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 對象參考手冊
相關文章