C库函数char *strrchr(const char *str, int c)通过参数str指向的字符串中最后一次出现的字符c (unsigned char)。. 它作为int提升传递,但它在内部转换回char。
確定! 回上一頁