摘要:
//js获取网站根路径(站点及虚拟目录),获得网站的根目录或虚拟目录的根地址function getRootPath() {var strFullPath = window.document.location.href;var strPath = window.document.location.pathname;var pos = strFullPath.indexOf(strPath);var... 阅读全文
posted @ 2013-05-30 11:03
Adming
阅读(2160)
评论(0)
推荐(1)

浙公网安备 33010602011771号