网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
如果要返回应用程序根目录的物理路径,那么MapPath方法的参数可以是()。
- A、"/"
- B、"/"
- C、"."
- D、"C:///Inetpub/wwwroot"
参考答案
更多 “如果要返回应用程序根目录的物理路径,那么MapPath方法的参数可以是()。A、"/"B、"/"C、"."D、"C:///Inetpub/wwwroot"” 相关考题
考题
server对象的mappath方法的功能是( )。A 将指定的虚拟路径转换成实际的物理路径B 将指定的物理路径转换为虚拟路径C 将指定的文件转换为图片D 将指定的文件转换为相应的htmlencode编码
考题
在图2-2中,如果FTP资源存储在F盘,新建FFP站点的默认主目录为(4)。A.F:\inetpub\ftproot B.F:\ftpC.F:\ftp\root D.F:\inetpub\wwwroot
考题
若要将虚拟路径转化为真实的物理路径,一下语句正确的是()。
A.ResponsE.MapPath(虚拟路径)B.Request.MapPath(虚拟路径)C.Server.URLEncode(虚拟路径)D.Server.MapPath(虚拟路径)
考题
若要将一虚拟路径“ch05/user”转换成物理路径,以下语句中,正确的是()ASession.Mappath(“ch05/user”)BResponse.Mappath(“ch05/user”)CServer.Mappath(“ch05/user”)DRequest.Mappath(“ch05/user”)
考题
若要将虚拟路径转换为真实的物理路径,以下语句中正确的是()AResponse.MaPth(虚拟路径)BRequest.MapPath(虚拟路径)CServer.URLEncode(虚拟路径)DServer.MapPath(虚拟路径)
考题
如果目标文件存在,下面()语句建立的TextStream对象可以读取文件。A、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1,True)B、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1)C、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt")D、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",,True)
考题
如果目标文件不存在,下面()语句能够自动建立文件。A、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1,True)B、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",2,True)C、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",8,False)D、Set tsm=fso.OpenTextFile("C:///inetpub/wwwroot/asptemp/chapter10/test.txt",1,False)
考题
在C盘上安装Windows Server 2003的IIS后,默认网站缺省主目录路径为()A、C:///Inetpub/wwwrootB、C:///Winnt/Inetpub/ftprootC、C:///Inetpub/ftprootD、C:///Winnt/Inetpub/wwwroot
考题
若要将虚拟路径转换为真实的物理路径,以下语句中正确的是()A、Response.MaPth(虚拟路径)B、Request.MapPath(虚拟路径)C、Server.URLEncode(虚拟路径)D、Server.MapPath(虚拟路径)
考题
若要将一虚拟路径“ch05/user”转换成物理路径,以下语句中,正确的是()A、Session.Mappath(“ch05/user”)B、Response.Mappath(“ch05/user”)C、Server.Mappath(“ch05/user”)D、Request.Mappath(“ch05/user”)
考题
假设C:///Inetpub/wwwroot目录被设置为服务器的宿主目录,以下脚本的输出为()。A、C:///Inetpub/wwwroot/asp/data.txtB、C:///Inetpub/wwwroot/asp/asp/data.txtC、C:///Inetpub/wwwroot/data.txtD、系统报错
考题
PWS服务器的默认根目录是()。A、C:///Inetpub/wwwrootB、C:///Inetpub/homepageC、C:///wwwrootD、D:///Inetpub/wwwroot
考题
单选题在C盘上安装Windows Server 2003的IIS后,默认网站缺省主目录路径为()A
C:///Inetpub/wwwrootB
C:///Winnt/Inetpub/ftprootC
C:///Inetpub/ftprootD
C:///Winnt/Inetpub/wwwroot
考题
单选题若要将虚拟路径转换为真实的物理路径,以下语句中,正确的是( )A
Response.MapPath(虚拟路径)B
Request.MapPath(虚拟路径)C
Server.URLEncode(虚拟路径)D
Server. MapPath(虚拟路径)
考题
单选题IIS默认的主目录路径是()。A
%SysemDrive%/wwwrootB
%SysemDrive%/C
%SysemDrive%/wwwroot/inetpubD
%SysemDrive%/inetpub/wwwroot
考题
单选题假设C:///Inetpub/wwwroot目录被设置为服务器的宿主目录,以下脚本的输出为()。A
C:///Inetpub/wwwroot/asp/data.txtB
C:///Inetpub/wwwroot/asp/asp/data.txtC
C:///Inetpub/wwwroot/data.txtD
系统报错
考题
多选题如果目标文件存在,下面()语句建立的TextStream对象可以读取文件。ASet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1,True)BSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1)CSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt)DSet tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,,True)
考题
单选题如果目标文件不存在,下面()语句能够自动建立文件。A
Set tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1,True)B
Set tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,2,True)C
Set tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,8,False)D
Set tsm=fso.OpenTextFile(C:///inetpub/wwwroot/asptemp/chapter10/test.txt,1,False)
考题
单选题若要将虚拟路径转换为真实的物理路径,以下语句中正确的是()A
Response.MaPth(虚拟路径)B
Request.MapPath(虚拟路径)C
Server.URLEncode(虚拟路径)D
Server.MapPath(虚拟路径)
考题
单选题若要将虚拟路径转换为真实的物理路径,以下语句中,正确的是()A
ResponsE.MapPath(虚拟路径)B
Request.MapPath(虚拟路径)C
Server.URLEncode(虚拟路径)D
Server.MapPath(虚拟路径)
考题
单选题PWS服务器的默认根目录是()。A
C:///Inetpub/wwwrootB
C:///Inetpub/homepageC
C:///wwwrootD
D:///Inetpub/wwwroot
热门标签
最新试卷