js獲取網站根路徑(站點及虛擬目錄),獲得網站的根目錄或虛擬目錄的根地址 - vbangle的專欄 ...- CSDN.NET
//js獲取網站根路徑(站點及虛擬目錄),獲得網站的根目錄或虛擬目錄的根地址 function getRootPath(){ var strFullPath=window.document.location.href; var strPath=window.document.location.pathname; var pos=strFullPath.indexOf(strPath)...