ASP End ·½·¨
¶¨ÒåºÍÓ÷¨
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