摘要: https://www.cnblogs.com/hjw-zq/p/9778514.html 阅读全文
posted @ 2021-02-26 15:24 小傻孩丶儿 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 1import java.util.ArrayList; 2import java.util.List; 3 4/** 5 * 28. 实现 strStr() 6 * 实现 strStr() 函数。 7 * <p> 8 * 给定一个 haystack 字符串和一个 needle 字符串,在 hays 阅读全文
posted @ 2021-02-26 10:55 小傻孩丶儿 阅读(80) 评论(0) 推荐(0) 编辑