ASP StaticObjects 集合
asp staticobjects 集合

staticobjects 集合包含所有使用 html 的 標(biāo)簽追加到 application/session 的對(duì)象。
語(yǔ)法
application.staticobjects(key)
session.staticobjects(key)
session.staticobjects(key)
參數(shù) | 描述 |
---|---|
key | 必需。要取回的項(xiàng)目的名稱。 |
針對(duì) application 對(duì)象的實(shí)例
實(shí)例 1
循環(huán)遍歷 staticobjects 集合:
<%
for each x in application.staticobjects
response.write(x & "
")
next
%>
for each x in application.staticobjects
response.write(x & "
")
next
%>
實(shí)例 2
在 global.asa 中:
相關(guān)文章
- ASP Request 對(duì)象
- ASP TextStream 對(duì)象
- ASP Drive 對(duì)象
- ASP File 對(duì)象
- ASP Dictionary 對(duì)象
- AJAX 簡(jiǎn)介
- ASP – AJAX 與 ASP
- ASP ShortName 屬性
- ASP Size 屬性
- ASP CreateTextFile 方法
- ASP CompareMode 屬性
- ASP Add 方法
- ASP Exists 方法
- ASP Cookies 集合
- ASP Pics 屬性
- ASP AppendToLog 方法
- ASP Contents.RemoveAll 方法
- ASP Lock 和 Unlock 方法
- ASP MapPath 方法
- ASP GetDrive 方法