原型:extern char *strcpy(char *dest,char *src);. 用法:#include <string.h>. 功能:把src所指由NULL结束的字符串复制到dest所指的数组中。
確定! 回上一頁