strncpy 用法 原型:extern char *strncpy(char *dest, char *src, int n);; 用法:#include <string.h>; 功能:把src所指由NULL结束的字符串的前n个 ...
確定! 回上一頁