gpt4 book ai didi

javascript - 使用 javascript 获取内容 url

转载 作者:行者123 更新时间:2023-12-03 04:44:22 25 4
gpt4 key购买 nike

网址: http://xxxxxx.com/video/view/12345

我可以使用 javascript 在 url 中获取 12345 吗?

请帮助我

最佳答案

使用RegExpArray#match和负向前瞻。

var str = 'http://xxxxxx.com/video/view/12345';
console.log(str.match(/(?!view\/)\d+/)[0]);

关于javascript - 使用 javascript 获取内容 url,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42932436/

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