69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

控制緩存

代碼:

<%

Response.Buffer=true

%>

<!DOCTYPE html>

<html>

<body>

<p>

This text will be sent to your browser when my response buffer is flushed.

</p>

<%

Response.Flush

%>

</body>

</html>

結(jié)果:

This text will be sent to your browser when my response buffer is flushed.

相關(guān)文章