gpt4 book ai didi

用于在表单中手动输入 url 的 javascript url split

转载 作者:行者123 更新时间:2023-11-30 17:57:40 26 4
gpt4 key购买 nike

我正在以 Html 形式手动输入一个 url 链接,这可能是

https://localhost/inc/Pega/Some.pdf or inc/Pega/Some.pdf ,

我需要检查 url 是否包含任何链接,即 https

1) 如果它包含那么我必须去除文本链接到

'inc/Pega/Some.pdf' 

最佳答案

您可以使用子字符串获取 url 的必需部分

Live Demo

if(url.indexOf('https:') == 0)
$('#text1').val(url.substring(url.indexOf('inc/Pega')));

关于用于在表单中手动输入 url 的 javascript url split,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17783961/

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