当前位置 博文首页 > asp获取虚拟目录根路径的代码

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

    作者:admin 时间:2021-08-27 18:57

    核心代码:

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

    jsjbwy
下一篇:没有了