跳到正文

strstr

不再关注网络安全

strstr自实现

strstr自实现

strstr:在字符串中查找指定字符串的第一次出现: 不需要调用其他库函数做法: [crayon-6a9ebd577bfb2842997085/] 调用了一次inc...