C库函数 char *strchr(const char *str, int c) 搜索第一次出现的字符串中的字符c(unsigned char类型)由参数str指向。 声明. 以下是strchr() 函数的声明。 char *strchr( ...
確定! 回上一頁