char *strncpy(char *dest, const char *src, size_t n);最多从src中拷贝n个字符 ... int snprintf(char *str, size_t size, const char *format, .
確定! 回上一頁