龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > asp编程 >

asp Response.Buffer与Response.Clear

时间:2012-12-31 22:56来源:未知 作者:admin 点击:
分享到:

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


精彩图集

赞助商链接