网站开发与移动开发

博客园 首页 新随笔 管理

2009年1月15日 #

摘要: <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta ht 阅读全文
posted @ 2009-01-15 18:15 txf2004 阅读(143) 评论(0) 推荐(0) 编辑

摘要: Session StaticObjects 集合 StaticObjects 集合包含 Session 对象范围中用 <OBJECT> 标记创建的所有对象。该集合可用于确定对象特定属性的值,或用于遍历集合并获取所有对象的全部属性。 语法 Session.StaticObjects( Key ) 参数 Key 要检索的属性。 注释 使用循环控制结构可以遍历 StaticObjects 集合中的关键字。请看下面的示例。 <% Dim objprop For Each objprop in Session.StaticObjects Response.write(objproper 阅读全文
posted @ 2009-01-15 18:13 txf2004 阅读(146) 评论(0) 推荐(0) 编辑