摘要:
//js获取网站根路径(站点及虚拟目录),获得网站的根目录或虚拟目录的根地址 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(' 阅读全文
posted @ 2011-12-06 09:27
chen110xi
阅读(4935)
评论(0)
推荐(0)
摘要:
http://www.verycd.com/topics/2892330/http://www.verycd.com/topics/2900036/ 阅读全文
posted @ 2011-12-06 09:12
chen110xi
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号