gpt4 book ai didi

javascript - 如何获取根url路径

转载 作者:行者123 更新时间:2023-11-29 10:34:20 25 4
gpt4 key购买 nike

我正在寻找一种方法来获取我的 Web 项目的根 URL;例如:

本地:

http://localhost:52390/pages/user.aspx

预期结果:http://localhost:52390

IIS:

http://lst.pg.com/iLearn/pages/user.aspx

预期结果:http://lst.pg.com/iLearn

是否存在在 ASPX 中实现此目的的方法?或者在 Javascript/jQuery 中?

最佳答案

在 javascript 中,您可以从位置对象中获取 url 信息。

var href = location.href; //returns the entire url
var host = location.hostname; //returns just the hostname of the url.

关于javascript - 如何获取根url路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39279005/

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