相关函数: strstr
头文件 : #include <string.h>
函数原型: char *strstr(const char *haystack, const char *needle);
函数说明: 在字符串haystack中查找字符串needle
返回值 : 返回指定字符串第一次出现的地址,否则返回NULL