C 库函数- strncat() C 标准库- <string.h> 描述C 库函数char *strncat(char *dest, const char *src, size_t n) 把src 所指向的字符串追加到dest 所指向的字符串的 ...
確定! 回上一頁