实现函数 strStr。 函数声明如下: char *strStr(char *str, char *dest) 返回一个指针,指向dest第一次在str中出现的位置,如果dest不是str的子串,则返回null
加载中...