×
ASP 教程ASP 简介ASP 安装ASP 语法ASP 变量ASP 程序ASP 表单ASP CookiesASP SessionASP ApplicationASP #includeASP Global.asaASP 发送电子邮件

ASP 对象

ASP ResponseASP RequestASP ApplicationASP SessionASP ServerASP ErrorASP FileSystemASP TextStreamASP DriveASP FileASP FolderASP DictionaryASP ADO

ASP 组件

ASP AdRotatorASP BrowserCapASP Content LinkingASP Content Rotator

ASP 与 AJAX

AJAX 简介AJAX ASPAJAX 数据库

ASP 总结 & 实例

ASP 快速参考ASP 总结ASP 实例

ASP End 方法


ASP Response 对象ASP Response 对象


End 方法停止对脚本的处理,并返回当前的结果。

注意:如果 Response.Buffer 被设置为 true ,此方法会输出缓存的内容。如果您不希望向用户返回任何任何输出,应该首先调用 Response.Clear 。

语法

Response.End

实例

<html>
<body>
<p>I am writing some text. This text will never be
<%
Response.End
%>
finished! It's too late to write more!</p>
</body>
</html>

输出:

I am writing some text. This text will never be

ASP Response 对象ASP Response 对象


分类导航

关注微信下载离线手册

bootwiki移动版 bootwiki
(群号:472910771)