在ANSI C 中,strcpy 的安全版本是strncpy. char *strncpy(char *s1, const char *s2, size_t n);. 但strncpy 其行为是很诡异的(不符合我们的通常 ...
確定! 回上一頁