清空緩沖區(qū)
代碼:
<%Response.Buffer=true
%>
<!DOCTYPE html>
<html>
<body>
<p>This is some text I want to send to the user.</p>
<p>No, I changed my mind. I want to clear the text.</p>
<%
Response.Clear
%>
</body>
</html>
相關(guān)文章
- ASP 變量
- ASP Request 對象
- ASP AdRotator
- ASP Content Linking
- ASP – AJAX 與 ASP
- ASP 實例
- ASP 教程
- ASP WriteBlankLines 方法
- ASP Copy 方法
- ASP IsRootFolder 屬性
- ASP CreateObject 方法
- ASP MapPath 方法
- ASP DeleteFolder 方法
- ASP FileExists 方法
- ASP GetAbsolutePathName 方法
- ASP GetFileName 方法
- ASP.NET HtmlImage 控件
- ASP.NET HtmlTableCell 控件
- VB 實例 可重復使用的頭部和底部
- ASP URLEncode 方法