gpt4 book ai didi

javascript - 在 jquery/JS 中获取 uri LocalPath?

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

简单的问题,简单的问题。我有一个字符串,在 C# 中我可以通过 uri 放入它并访问 LocalPath

如何在 jquery 或 javascript 中获取 LocalPath? (LocalPath: "/asas")

{ http://z.com/asas?sadfdsgfg

AbsolutePath: "/asas"
AbsoluteUri: "http://z.com/asas?sadfdsgfg"
Authority: "z.com"
DnsSafeHost: "z.com"
Fragment: ""
Host: "z.com"
HostNameType: Dns
IsAbsoluteUri: true
IsDefaultPort: true
IsFile: false
IsLoopback: false
IsUnc: false
LocalPath: "/asas"
OriginalString: "http://z.com/asas?sadfdsgfg"
PathAndQuery: "/asas?sadfdsgfg"
Port: 80
Query: "?sadfdsgfg"
Scheme: "http"
Segments: {string[2]}
UserEscaped: false
UserInfo: ""

最佳答案

好吧,在浏览器中,“window.location”对象有一个“pathname”属性,这(我认为)正是您所要求的。 “协议(protocol)”、“主机”、“端口”等还有其他属性:http://msdn.microsoft.com/en-us/library/ms952653.aspx

现在,这是您正在使用的页面的本地路径;换句话说,这不是获取在空间中漂浮的任何旧 URL 的本地路径的通用方法。

关于javascript - 在 jquery/JS 中获取 uri LocalPath?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2432289/

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