gpt4 book ai didi

javascript - 使用 jQuery 或 vanilla javascript 获取此 url 字符串中的数字的最佳方法是什么?

转载 作者:行者123 更新时间:2023-11-29 18:35:22 26 4
gpt4 key购买 nike

"/organizations/1/media/videos/11"

我只想捕获那个 1 。不确定该怎么做。

有什么想法吗?

最佳答案

只需拆分 location.pathname 并获取该索引。这是 Vanilla javascript

var num = window.location.pathname.split("/")[2]

关于javascript - 使用 jQuery 或 vanilla javascript 获取此 url 字符串中的数字的最佳方法是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3857457/

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