在处理过程中终止脚本并返回结果

代码:

<!DOCTYPE html>

<html>

<body>

<p>I am writing some text. This text will never be<br>

<%

Response.End

%>

finished! It's too late to write more!</p>

</body>

</html>

结果:

I am writing some text. This text will never be

相关文章