(1)char* strcpy(char* dest, const char* src); strcpy提供了字串的複製。即strcpy只用於字串複製,並且它不僅複製 ... strcpy、strncpy 和memcpy.
確定! 回上一頁