清空缓冲区

代码:

<%

Response.Buffer=true

%>

<!DOCTYPE html>

<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>

相关文章