寻找第一个出现的字符。
语法: string strchr(string haystack, string needle);
返回值: 字符串
函数种类: 资料处理
本函数也就是 strstr() 函数。