gpt4 book ai didi

javascript - 如何查找当前页面网址(如 "index.html")?

转载 作者:行者123 更新时间:2023-11-28 12:24:34 25 4
gpt4 key购买 nike

对于字符串http://www.example.com/section_one/index.html,如何使用正则表达式返回index
P.S.:返回 index.html 也被接受。

最佳答案

您不需要为此使用正则表达式。很简单:

var url = document.URL;
var currentPage= url.split("/").pop();

关于javascript - 如何查找当前页面网址(如 "index.html")?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31025926/

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