gpt4 book ai didi

Java在字符串URL中搜索子字符串URL

转载 作者:行者123 更新时间:2023-12-02 04:56:41 25 4
gpt4 key购买 nike

我有几个网址:

a. https://iamterribleatthis/a

b. https://iamterribleatthis/a/index.html

我正在使用 Apache stringutls 来查看“a”是否存在于“b”中,但我认为正斜杠无法进行比较。有没有更简单/更好的方法来查找“b”中是否存在“a”(包括正斜杠)?谢谢。

最佳答案

    String a = "https://iamterribleatthis/a";
String b = "https://iamterribleatthis/a/index.html";

System.out.println(b.contains(a));

关于Java在字符串URL中搜索子字符串URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28704183/

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