gpt4 book ai didi

javascript - js中未定义的路径名

转载 作者:行者123 更新时间:2023-11-30 10:47:20 26 4
gpt4 key购买 nike

我正在尝试提取 url 的基数:

http://google.com/something --> http://google.com
http://127.0.0.1:8000/something --> http://127.0.0.1:8000

当我尝试使用以下内容时:

var pathArray = window.location.pathname;
alert(pathArray);

我得到 pathArray = undefined。注意:使用 location.hostname 在这里确实有效。为什么 .pathname 返回 undefined,我如何在此处获取 url base?谢谢。

更新:我使用了 var pathArray = 'http://' + window.location

最佳答案

https://developer.mozilla.org/en-US/docs/Web/API/Window/location按照惯例,可能无法在所有浏览器中工作

我只是获取 window.location 并解析它。

关于javascript - js中未定义的路径名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7477883/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com