原型extern char *strcat(char *dest,char *src); 用法#include <string.h> 功能把src所指字符串添加到dest结尾处(覆盖dest结尾处的'\0')并添加'\0'。
確定! 回上一頁