单项选择题
在ASP.NET中,Cookie对应的类是()
A.HttpCookie
B.ServerCookie
C.HtmlCookie
D.ResponseCookie
点击查看答案
相关考题
-
多项选择题
在ASP.NET中,写入和读取Cookie需要用到哪些对象()
A.Server
B.Session
C.Request
D.Response -
单项选择题
在ASP.NET中,Cookie保存的数据是以什么形式保存在客户端的()
A.字节流形式
B.文本形式
C.图片形式
D.非文本形式 -
单项选择题
在ASP.NET中,等价于()
A.< %=DateTime.Now %>
B.< %DateTime.Now %>
C.< Write(DateTime.Now )>
D.< %Write =DateTime.Now %>
