ASP Contents.RemoveAll 方法
最后更新于:2022-03-26 23:42:45
ASP Contents.RemoveAll 方法
完整的 Application 对象参考手册
Contents.RemoveAll 方法从 Contents 集合删除所有的项目。
语法
Application.Contents.RemoveAll()
Session.Contents.RemoveAll()
针对 Application 对象的实例
<%
Application.Contents.RemoveAll()
%>
针对 Session 对象的实例
<%
Session.Contents.RemoveAll()
%>
完整的 Application 对象参考手册