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

Chipo ·
更新时间:2024-11-10
· 531 次阅读

核心代码:

<% 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

需要 登录 后方可回复, 如果你还没有账号请 注册新账号