IT码农库

您当前所在位置:首页 > 网络编程 > ASP编程

ASP编程

asp获取虚拟目录根路径的代码

[db:来源] 2017-04-19ASP编程2556
这篇文章主要介绍了asp获取虚拟目录根路径的代码,需要的朋友可以参考下

核心代码:

<%
TempArray = Array("account_book","admin","ajaxFile","catalog","excel","excel_stu","frame","inc","lib","pub", "stock","student","sygl","temp","windows")
url= LCase(Server.MapPath("./"))
for i=0 to UBound(TempArray)
url=Replace(url,"\"&TempArray(i),"")
Next
response.write url
%>

大图广告(830*140)