web应用,根目录
web前端-js教程
二次开发小说网站源码,vscode规范代码插件,ubuntu 哪个好,Tomcat搭建后端,sqlite3执行准备,三大前端框架最流行的是什么,长得像蜈蚣的爬虫叫什么,php 代码 美化,网络推广渠道seo,dede 网站目录,.net网页源代码下载,sdcms模板lzw
function getRootPath(){
var strFullPath=window.document.location.href;
var strPath=window.document.location.pathname;
var pos=strFullPath.indexOf(strPath);
var prePath=strFullPath.substring(0,pos);
var postPath=strPath.substring(0,strPath.substr(1).indexOf(‘/')+1);
return(prePath+postPath);
}
var webpath=getRootPath(); //webpath就是目录路径变量