<%
Response.Buffer=true
%>

<!DOCTYPE html>
<html>
<body>
<p>
这段文字将在我的响应缓冲区刷新时发送到您的浏览器。
</p>
<%
Response.Flush(刷新响应)
%>

</body>
</html>