asp获取虚拟目录根路径的代码
时间:2018/5/9 21:58:12阅读:
核心代码:<%TempArray = Array("account_book","admin","ajaxFile","catalog","excel","excel_stu","frame","inc","lib","pub", "stock","stu…
核心代码:
<% 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 %>
下一篇:ASP错误捕获的几种常规处理方式