asp获取虚拟目录根路径的代码
程序员文章站
2022-06-15 15:38:35
核心代码:
<%
temparray = array("account_book","admin","ajaxfile","catalog","excel...
核心代码:
<% 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 %>
上一篇: 使用MySql和php出现中文乱码的解决方法_MySQL
下一篇: unity加载资源的四种方法