最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

ASP Contents.Remove 方法

Application 對(duì)象參考手冊(cè)

Contents.Remove 方法從 Contents 集合中刪除一個(gè)項(xiàng)目。

語(yǔ)法

Application.Contents.Remove(name|index)

Session.Contents.Remove(name|index)
參數(shù) 描述
name 要?jiǎng)h除的項(xiàng)目的名稱。
index 要?jiǎng)h除的項(xiàng)目的索引號(hào)。

針對(duì) Application 對(duì)象的實(shí)例

實(shí)例 1

<%
Application("test1")=("First test")
Application("test2")=("Second test")
Application("test3")=("Third test")

Application.Contents.Remove("test2")

for each x in Application.Contents
 Response.Write(x & "=" & Application.Contents(x) & "<br />")
next
%>

輸出:

test1=First test
test3=Third test

實(shí)例 2

<%
Application("test1")=("First test")
Application("test2")=("Second test")
Application("test3")=("Third test")

Application.Contents.Remove(2)

for each x in Application.Contents
 Response.Write(x & "=" & Application.Contents(x) & "<br />")
next
%>

輸出:

test1=First test
test3=Third test

針對(duì) Session 對(duì)象的實(shí)例:

實(shí)例 1

<%
Session("test1")=("First test")
Session("test2")=("Second test")
Session("test3")=("Third test")

Session.Contents.Remove("test2")

for each x in Session.Contents
 Response.Write(x & "=" & Session.Contents(x) & "<br />")
next
%>

輸出:

test1=First test
test3=Third test

實(shí)例 2

<%
Session("test1")=("First test")
Session("test2")=("Second test")
Session("test3")=("Third test")

Session.Contents.Remove(2)

for each x in Session.Contents
 Response.Write(x & "=" & Session.Contents(x) & "<br />")
next
%>

輸出:

test1=First test
test3=Third test

Application 對(duì)象參考手冊(cè)

梅河口市| 略阳县| 怀来县| 临清市| 宜城市| 双峰县| 新郑市| 江西省| 古蔺县| 玉环县| 黄大仙区| 朝阳县| 镇巴县| 东城区| 安仁县| 河东区| 鱼台县| 大城县| 临朐县| 蕉岭县| 雷州市| 尖扎县| 湟中县| 邛崃市| 博湖县| 肃南| 方山县| 开平市| 陆河县| 定南县| 芒康县| 和顺县| 若羌县| 望城县| 安吉县| 酉阳| 河北省| 札达县| 抚远县| 石林| 南江县|