Contact me:

摘要: 用indexOf()就没意思了 ##题目 实现 strStr() 函数。 给你两个字符串 haystack 和 needle ,请你在 haystack 字符串中找出 needle 字符串出现的第一个位置(下标从 0 开始)。如果不存在,则返回 -1 。 说明: 当 needle 是空字符串时,我们 阅读全文
posted @ 2021-11-06 18:33 impwa 阅读(32) 评论(0) 推荐(0) 编辑