(2).strcat 原型extern char *strcat(char *dest,char *src); 用法#include <string.h> 在C++中,则存在于<cstring>头文件中。 功能把src所指字符串添加到dest结尾 ...
確定! 回上一頁