当前位置: 首页 > 网络学院 > 服务端脚本教程 > ASP > ASP Clear 方法
The Clear method clears any buffered HTML output.
使用Clear(清除)指令是用来清除所有被缓冲的HTML结果的。
Note: This method does not clear the response headers, only the response body.
注意:这个指令不能清除Response标题,只能清除Response本身的内容。
Note: If response.Buffer is false, this method will cause a run-time error.
注意:如果Response.Buffer设置为False,那么使用这个指令将会导致运行时间上的错误。
response.Clear |
<% Output: (nothing) |