查看: 668|回复: 0

[ASP函数] 打印当前会话中所有session变量

[复制链接]
xuanxiao 发表于 2022-12-2 22:37:26 | 显示全部楼层 |阅读模式
用于实时调试打印用:
  1. Function Print_Session()
  2. Dim strName, iLoop
  3. For Each strName in Session.Contents
  4.   
  5.           If IsArray(Session(strName)) then
  6.           
  7.                         For iLoop = LBound(Session(strName)) to UBound(Session(strName))
  8.                           Response.Write strName & "(" & iLoop & ") - " & _
  9.                                                           Session(strName)(iLoop) & "<BR>"
  10.                         Next
  11.           Else
  12.                
  13.                 Response.Write strName & " - " & Session.Contents(strName) & "<BR>"
  14.           End If
  15.   
  16. Next

  17. End Function
复制代码


您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表

在线客服

售前咨询
售后咨询
服务热线
023-58418553
微信公众号