一聚教程网:一个值得你收藏的教程网站

热门教程

asp Response.Buffer与Response.Clear

时间:2022-07-02 22:40:45 编辑:袖梨 来源:一聚教程网

<%
Response.Buffer=true
%>


This is some text I want to send to the user.


No, I changed my mind. I want to clear the text.


<%
Response.Clear
%>


热门栏目