您尚未登录 - 登录 - 注册

只看该用户 #468

该用户发言被屏蔽

 TOP

只看该用户 #469

该用户发言被屏蔽

 TOP

只看该用户 #470

好东西哦 谢谢楼主

[em01]
thdxs的签名

 TOP

只看该用户 #471

好东西哦 谢谢楼主

[em01]
thdxs的签名

 TOP

只看该用户 #472

支持了,呵呵。。。
sqtbau123的签名

 TOP

只看该用户 #473

支持了,呵呵。。。
sqtbau123的签名

 TOP

只看该用户 #474

不错

菜鸟收藏了

coolcat的签名

 TOP

只看该用户 #475

该用户发言被屏蔽

 TOP

只看该用户 #476

楼主真是我的良师益友啊

 TOP

只看该用户 #477

有点乱                       
南有帝北无丐的签名
荆门区号电影网
http://www.jingmen0724.cn

完全不需注册,在线高速播放



 TOP

只看该用户 #478

请教高手帮忙分析一下

我没有看懂两个代码!

---file1.asp---
<%
'Creating and initializing the array
Dim MyArray()
Redim MyArray(5)
MyArray(0) = "hello"
MyArray(1) = "some other string"

'Storing the array in the Session object
Session("StoredArray") = MyArray

Response.Redirect("file2.asp")
%>

---file2.asp---
<%
'Retrieving the array from the Session Object
'and modifying its second element
LocalArray = Session("StoredArray")
LocalArray(1) = " there"

'printing out the string "hello there"
Response.Write(LocalArray(0)&LocalArray(1))

'Re-storing the array in the Session object
'This overwrites the values in StoredArray with the new values
Session("StoredArray") = LocalArray
%>

zhudagongzi的签名

 TOP

只看该用户 #479

好帖,,,,[em01][em01][em01][em01][em01]

 TOP