如何在 Javascript 中获取没有主机名的引用 URL?
我需要获取引用 URL 的路径,该路径可以从许多不同的主机名提供服务,这些主机名可以在 HTTP 或 HTTPS 下,甚至可以有端口号。
有人可以给我一个示例,说明仅当引用 URL 包含特定字符串(例如路径和文件名)或仅包含不带文件扩展名的特定路径时,如何运行某些代码吗?
I need grab the path of a referring URL, which can be served from many different hostnames which can be under HTTP or HTTPS and even have port numbers.
Can someone give me an example of how to run some code only if the referring URL contains a specific string such as path and a file name or just a certain path without a file extension?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,您可以从简单的事情开始:
如果您需要更多灵活性,请参阅此库:http://blog。 stevenlevithan.com/archives/parseuri
Well, you can start with something simple:
And if you need more flexibility see this library: http://blog.stevenlevithan.com/archives/parseuri