<%
TempArray=Array(“account_book”,”admin”,”ajaxFile”,”catalog”,”excel”,”excel_stu”,”frame”,”inc”,”lib”,”pub”, “stock”,”student”,”sygl”,”temp”,”windows”)
url=LCase(Server.MapPath(“https://www.jb51.net/article/”))
for i=0 to UBound(TempArray)
url=Replace(url,””&TempArray(i),””)
Next
response.write url
%>
<%
TempArray=Array(“account_book”,”admin”,”ajaxFile”,”catalog”,”excel”,”excel_stu”,”frame”,”inc”,”lib”,”pub”, “stock”,”student”,”sygl”,”temp”,”windows”)
url=LCase(Server.MapPath(“https://www.jb51.net/article/”))
for i=0 to UBound(TempArray)
url=Replace(url,””&TempArray(i),””)
Next
response.write url
%>
© 版权声明
文章版权归作者所有,未经允许请勿转载。