原型extern char *strcat(char *dest,char *src); 用法#include <string.h> 在C++中,則存在於<cstring>標頭檔案中。 功能把src所指字串新增到dest ...
確定! 回上一頁