A.if (Request.Browser["IsMobileDevice"] == "true") Response.Redirect("MobileDefault.aspx"); else Response.Redirect("DesktopDefault.aspx"); end if
B.if (Request.Cookies.IsMobileDevice) Response.Redirect("MobileDefault.aspx"); else Response.Redirect("DesktopDefault.aspx"); end if
C.if (Request.Browser.IsMobileDevice) Response.Redirect("MobileDefault.aspx"); else Response.Redirect("DesktopDefault.aspx"); end if
D.if (Request.Cookies["IsMobileDevice"] == "true") Response.Redirect("MobileDefault.aspx"); else Response.Redirect("DesktopDefault.aspx"); end if
第1题:
A.
B.在站点每个页面:
C.
D.
E.
第2题:
A.端口重定向
B.打印机重定向
C.语音设备重定向
D.文件重定向
第3题:
用户的桌面内容需要随着用户的登录出现在相应的计算机上,因此我们需要对用户的()到一个网络共享路径上。
A.用户重定向
B.文件重定向
C.桌面重定向
D.网络重定向
第4题:
A.重定向到另外一个页面
B.打开一个新的浏览器,显示新页面
C.关闭现有页面
D.系统报错
第5题:
在服务器上建立一个共享文件夹,然后通过组策略对桌面进行重定向到网络路径上。