如何定义一个SESSION数组
类别: ASP教程
Dim MyArray()
Redim MyArray(5)
Session("StoredArray") = MyArray
用的时候这样:LocalArray = Session("StoredArray")
LocalArray(1) = " there"
Response.Write(LocalArray(0)&LocalArray(1))
Redim MyArray(5)
Session("StoredArray") = MyArray
用的时候这样:LocalArray = Session("StoredArray")
LocalArray(1) = " there"
Response.Write(LocalArray(0)&LocalArray(1))
- 上一篇: ASP中的多条件组合查询实现
- 下一篇: 如何取得刚刚插入SQL SERVER自增长的ID值
-= 资 源 教 程 =-
文 章 搜 索