function GetPath() { var curWwwPath = window.document.location.href; //为了便于前端测试,便宜行事的解决方案 if (curWwwPath.indexOf("127.0.0.1") > 0) { var pathName = window.document.location.pathname; var pos = curWwwPath.indexOf(pathName); var localhostPaht = curWwwPath.substring(0, pos); var projectName = pathName.substring(0, pathName.substr(1).indexOf('/') + 1); var realPath = localhostPaht + projectName; return realPath; } else { return ''; } } var hostPath = GetPath(); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(" "); document.write(""); document.write("");