<%
Response.Buffer=true
%>
<!DOCTYPE html>
<html>
<body>
<p>这是一些我想要发给用户的内容.</p>
<p>不,我改变主意了。我要清除文本.</p>
<%
Response.Clear
%>
</body>
</html>