摘要: //获取路径 var pathName=window.document.location.pathname; //截取,得到项目名称 var projectName=pathName.substring(0,pathName.substr(1).indexOf('/')+1); 阅读全文
posted @ 2019-06-13 15:22 韦邦杠 阅读(821) 评论(0) 推荐(0)