C 语言标准库<string.h> 函数char strchr(const char str, int c) 在参数str 所指向的字符串中搜索第一次出现字符c (一个无符号字符)的位置 ...
確定! 回上一頁