Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对象说明了一切。在 JSP 中,您可以抛出 SkipPageException 来放弃对页面的任何进一步处理,并且容器会捕获它并忽略它。在(经典)ASP 中是否有等效项在验证错误后跳过页面的其余部分?
该Response.End方法使 Web 服务器停止处理脚本并返回当前结果。不处理文件的其余内容。
Response.End