此题为判断题(对,错)。
第1题:
______不是ASP中Response对象的Cookies集合的属性。
A.Domain
B.Expires
C.Buffer
D.Path
第2题:
Request对象的主要功能是( ),其通过( )集合获取客户端表单中提交的信息,通过( )集合获取URL请求字符串,通过( )集合获取客户端浏览器的Cookies 值,通过( )集合获取服务器端环境变量的值,通过( )集合从客户端取得身份验证的信息。
第3题:
写出下列Request对象的集合属性和方法所表示的含义。 1.BinaryRead 2.Cookies 3.Form 4.QueryString 5.ServerVariables 6.TotalBytes
1.BinaryRead从客户端以二进制方式读取数据
2.Cookies服务器从客户端接收写入到客户端的跟踪数据
3.Form表单
4.QueryString查询字符串
5.ServerVariables服务器环境变量
6.TotalBytes接收的总字节数
略
第4题:
在ASP中,(45)对象的Cookie集合可以在客户端硬盘上写数据。
A.Application
B.Session
C.Request
D.Response
第5题:
A.Requst.Cookie(“username”)
B.Requst.Cookies(“username”)
C.ResponsE.Cookie(“username”)
D.ResponsE.Cookies(“username”)