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