ASP Clear 清除缓存方法
清除方法清除任何缓冲的HTML输出。
注意:此方法不明确的回应标题,只有身体的反应。
注意:如果response.Buffer是虚假的,这种方法将导致运行时错误。
语法
response.Clear
<% response.Buffer=true %> <html> <body><p>这是一些文字我要发送给用户。 <p>不,我改变了主意。我想明确的文字。<% response.Clear %> </body> </html>
Output:
(nothing)
补充:asp教程,ASP入门