server对象的mappath方法的功能是( )。
A 将指定的虚拟路径转换成实际的物理路径
B 将指定的物理路径转换为虚拟路径
C 将指定的文件转换为图片
D 将指定的文件转换为相应的htmlencode编码
第1题:
A.ResponsE.MapPath(虚拟路径)
B.Request.MapPath(虚拟路径)
C.Server.URLEncode(虚拟路径)
D.Server.MapPath(虚拟路径)
第2题:
若要将一虚拟路径“ch05/user”转换成物理路径,以下语句中,正确的是()
ASession.Mappath(“ch05/user”)
BResponse.Mappath(“ch05/user”)
CServer.Mappath(“ch05/user”)
DRequest.Mappath(“ch05/user”)
第3题:
【单选题】在Server对象方法中,下面()方法可以取得目前网页的实际路径。
A.URLEncode
B.Transfer
C.HtmlDecode
D.MapPath
第4题:
A.ResponsE.MapPath(虚拟路径)
B.Request.MapPath(虚拟路径)
C.Server.URLEncode(虚拟路径)
D.Server.MapPath(虚拟路径)
第5题:
若要将虚拟路径转换为真实的物理路径,以下语句中正确的是()
AResponse.MaPth(虚拟路径)
BRequest.MapPath(虚拟路径)
CServer.URLEncode(虚拟路径)
DServer.MapPath(虚拟路径)