<%
Response.Buffer=true
%>
<!DOCTYPE html>
<html>
<body>
<p>
這段文字將在我的響應緩衝區重新整理時傳送到您的瀏覽器。
</p>
<%
Response.Flush(重新整理響應)
%>
</body>
</html>