函式:strchr()


strchr

寻找第一个出现的字元。

语法: string strchr(string haystack, string needle);

传回值: 字串

函式种类: 资料处理

内容说明

本函式也就是 strstr() 函式。


[ 上一页 下一页 ]