编程开发 > ASP > 文章内容

ASP教程:ASPClear方法

2016-5-19编辑:ljnbset

定义和用法

Clear 方法清空任何已缓冲的 HTML 输出。

注释:此方法无法清除响应的头部,只能清空响应的正文。

注释:假如 response.Buffer 为 false,那么此方法会引起一个 run-time 错误。

语法

response.Clear

实例

<%
response.Buffer=true
%>


This is some text I want to send to the user.

No, I changed my mind. I want to clear the text.

<% response.Clear %>

输出:

(nothing)

ASP教程:ASPBinaryWrite方法

热点推荐

登录注册
触屏版电脑版网站地图