控制緩沖區(qū)
代碼:
<%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)文章
- ASP 變量
- ASP 表單
- ASP Session 對象
- ASP File 對象
- 在自己的 PC 上運行 ASP
- ASP DateLastModified 屬性
- ASP OpenAsTextStream 方法
- ASP Count 屬性
- ASP Add 方法
- ASP Buffer 屬性
- ASP ContentType 屬性
- ASP Status 屬性
- ASP Form 集合
- ASP CopyFolder 方法
- ASP CreateFolder 方法
- ASP FolderExists 方法
- ASP GetFile 方法
- ASP OpenTextFile 方法
- ASP.NET HtmlInputButton 控件
- ASP URLEncode 方法