ASP Clear ·½·¨

response ¶ÔÏó²Î¿¼ÊÖ²á

¶¨ÒåºÍÓ÷¨

Clear ·½·¨Çå¿ÕÈκÎÒÑ»º³åµÄ HTML Êä³ö¡£

×¢ÊÍ£º´Ë·½·¨ÎÞ·¨Çå³ýÏìÓ¦µÄÍ·²¿£¬Ö»ÄÜÇå¿ÕÏìÓ¦µÄÕýÎÄ¡£

×¢ÊÍ£º¼ÙÈç response.Buffer Ϊ false£¬ÄÇô´Ë·½·¨»áÒýÆðÒ»¸ö run-time ´íÎó¡£

Óï·¨

response.Clear

ʵÀý

<%
response.Buffer=true
%>
<html>
<body>
<p>This is some text I want to send to the user.</p>
<p>No, I changed my mind. I want to clear the text.</p>
<%
response.Clear
%>
</body>
</html>

Êä³ö£º

(nothing)

response ¶ÔÏó²Î¿¼ÊÖ²á

VUE