网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

weblet类的mappath(p_url)方法,如果p_url以”./”开头表示获取当前Weblet的根目录地址


参考答案

更多 “weblet类的mappath(p_url)方法,如果p_url以”./”开头表示获取当前Weblet的根目录地址” 相关考题
考题 在下列这些方法中,属于Application对象的方法是()。 A、LockB、UnlockC、ExecuteD、MapPath

考题 若要找出父目录的实际路径,可以使用下列哪种语法?A.Server.MapPath(“/”) B.Server.MapPath(“./”)C.Server.MapPath(“../”) D.Server.MapPath(“../”)

考题 在ASP中,如果想要实现从目前的网页转移到另一个网页,需要的方法是( )A.Response.writeB.Response.endC.Response.redirectD.Server.MapPath

考题 若要将一虚拟路径“ch05/user”转换成物理路径,以下语句中,正确的是()ASession.Mappath(“ch05/user”)BResponse.Mappath(“ch05/user”)CServer.Mappath(“ch05/user”)DRequest.Mappath(“ch05/user”)

考题 一个Weblet程序需要引用另一个Weblet程序的页面,需要在第一个Weblet程序的weblet.js文件里配置()属性

考题 Weblet调用其他Weblet说法错误的是()A、使用requires关键字B、只能调用到同模块下的webletC、可以调用多个webletD、onload方法里面可以注入调用weblet的js

考题 Weblet的mappath方法中参数为$/表示哪个地址()A、表示获取当前模块的face目录地址B、示获取当前Weblet的resources目录地址C、表示获取当前Weblet的根目录地址D、表示获取当前Weblet的resources/themes目录地址

考题 如果要返回应用程序根目录的物理路径,那么MapPath方法的参数可以是()。A、"/"B、"/"C、"."D、"C:///Inetpub/wwwroot"

考题 Server对象的方法是()。A、CreateObjectB、ExecuteC、GetLastErrorD、MapPath

考题 在ASP中,Server对象使用()方法创建对象实例。A、Write();B、MapPath();C、CreateObject();D、Redirect()。

考题 Server.MapPath()方法的主要功能是()

考题 weblet类的mappath(p_url)方法,不可以获取weblet类所引用的weblet内部资源地址

考题 MX展现框架运行时环境类是()A、MXB、Framework-debugC、FrameworkD、Weblet

考题 Weblet的mappath方法中参数为“$/”表示()地址。

考题 weblet类的mappath(p_url)方法,如果p_url以“$/”开头表示获取展现框架的resources目录地址。

考题 weblet类的mappath(p_url)方法根据p_url参数格式的不同返回Weblet对应的地址

考题 单选题Weblet的mappath方法中参数为$/表示哪个地址()A 表示获取当前模块的face目录地址B 示获取当前Weblet的resources目录地址C 表示获取当前Weblet的根目录地址D 表示获取当前Weblet的resources/themes目录地址

考题 填空题Server.MapPath()方法的主要功能是()

考题 多选题如果要返回应用程序根目录的物理路径,那么MapPath方法的参数可以是()。A/B/C.DC:///Inetpub/wwwroot

考题 判断题weblet类的mappath(p_url)方法,如果p_url以“$/”开头表示获取展现框架的resources目录地址。A 对B 错

考题 填空题一个Weblet程序需要引用另一个Weblet程序的页面,需要在第一个Weblet程序的weblet.js文件里配置()属性

考题 单选题Weblet调用其他Weblet说法错误的是()A 使用requires关键字B 只能调用到同模块下的webletC 可以调用多个webletD onload方法里面可以注入调用weblet的js

考题 判断题weblet类的mappath(p_url)方法,如果p_url以”./”开头表示获取当前Weblet的根目录地址A 对B 错

考题 判断题weblet类的mappath(p_url)方法根据p_url参数格式的不同返回Weblet对应的地址A 对B 错

考题 判断题weblet类的mappath(p_url)方法,不可以获取weblet类所引用的weblet内部资源地址A 对B 错

考题 单选题若要将一虚拟路径“ch05/user”转换成物理路径,以下语句中,正确的是()A Session.Mappath(“ch05/user”)B Response.Mappath(“ch05/user”)C Server.Mappath(“ch05/user”)D Request.Mappath(“ch05/user”)

考题 填空题Weblet的mappath方法中参数为“$/”表示()地址。