gpt4 book ai didi

javascript - js匹配-获取路径中的文件扩展名

转载 作者:行者123 更新时间:2023-11-30 08:09:12 25 4
gpt4 key购买 nike

如何使用JavaScript获取路径中的文件扩展名?

alert("http://max/fi.le.rar".match(/\..*/i));

从第一个点开始返回数据

.le.rar

但我只需要.rar

最佳答案

试试这个:

"http://max/fi.le.rar".match(/\.[^.]+$/);

关于javascript - js匹配-获取路径中的文件扩展名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12893698/

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