asp Response.Buffer与Response.Clear
<%
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>
- 上一篇:ADO技术简介
- 下一篇:ADO Connection 对象
精彩图集