您现在的位置是:网站首页 >> 网站技术
网站技术

联 系 人:李总
联系电话:13759574266
在线 QQ:89417157
邮箱:13759574266@qq.com
微信号:ynlongtou
地址:昆明市滇缅大道旁昆建路5号108智库空间A座4楼

网站技术

js获取当前网站的目录

//js获取网站根路径(站点及虚拟目录),获得网站的根目录或虚拟目录的根地址

    function getRootPath(){

//整个域名(如:http://vc3.cn/index.php/Home/Index/store)

    var strFullPath=window.document.location.href;    

//后段部分(如:index.php/Home/Index/store)

    var strPath=window.document.location.pathname;

//获取位置

    var pos=strFullPath.indexOf(strPath);

//获取域名(如:http://vc3.cn)

    var prePath=strFullPath.substring(0,pos);

    var postPath=strPath.substring(0,strPath.substr(1).indexOf('/')+1);

    return(prePath+postPath);

}


//js获取网站根路径(站点及虚拟目录),获得网站的根目录或虚拟目录的根地址

    function getRootPath() {

       var pathName = window.location.pathname.substring(1);

       var webName = pathName == '' ? '' : pathName.substring(0, pathName.indexOf('/'));

       //return window.location.protocol + '//' + window.location.host + '/'+ webName + '/';

       return window.location.protocol + '//' + window.location.host + '/'+ webName;

       } 

  更多云南龙头科技有限公司网站案例请查看:http://www.ynlongtou.com/case.asp?id=3

  云南龙头科技有限公司凭借多年的网站建设经验,坚持以“帮助中小企业实现网络营销化”为宗旨,成功帮助多家中小企业实现互联网信息化建设,得到了客户的一致好评。如你有任何关于网站建设的疑问,请立即点击咨询云南龙头科技有限公司资深营销专家或拨打咨询热线:13759574266,我们会详细为你一一解答你心中的疑难。

云南龙头科技有限公司服务范围