首页 热点资讯 义务教育 高等教育 出国留学 考研考公

怎么获取当前页面地址的代码

发布网友 发布时间:2022-04-25 00:59

我来回答

4个回答

热心网友 时间:2023-10-18 17:03

很简单,当前页面的地址是吧?

给吧:

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);
var path = prePath + postPath;

这么多path就是的!!!

热心网友 时间:2023-10-18 17:03

就是location.pathname
var strPath = window.document.location.pathname

热心网友 时间:2023-10-18 17:04

js获取当前页面的地址 location.pathname

热心网友 时间:2023-10-18 17:04

var linkkey=document.location.pathname;

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com