在ANSI C 中,strcpy 的安全版本是strncpy。 char *strncpy(char *s1, const char *s2, size_t n);. 把src所指由NULL結束的字串的前n個位元組複製 ...
確定! 回上一頁