asp获取虚拟目录根路径的代码
时间:2021-06-20 08:49:44|栏目: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 %>
栏 目:ASP代码
下一篇:asp #include file 与 #include virtual 的区别小结第1/2页
本文标题:asp获取虚拟目录根路径的代码
本文地址:http://www.codeinn.net/misctech/145126.html