1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - 网站技术 - asp - 正文

君子好学,自强不息!

asp的End属性如何使用

2022-03-18 | asp | 1818ip | 355°c
A+ A-

标签含义:

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

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

实例说明:

<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


本文来源:1818IP

本文地址:https://www.1818ip.com/post/510.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。