javascript 獲取到系統上下文路徑context path

const ctx=function(){ let pathName=document.location.pathname; let index=pathName.substr(1).indexOf("/"); let result=pathName.substr(0,index+1); return result; }();
相關文章
相關標籤/搜索