Implement [strStr()](http://www.cplusplus.com/reference/cstring/strstr/). Return the index of the first occurrence of needle in haystack, or **-1** if needle is not ...
实现 [strStr()](https://baike.baidu.com/item/strstr/811469) 函数。 给定一个 haystack 字符串和一个 needle 字符串,在 haystack 字符串中找出 ...