char *strncpy(char *dest, const char *src, size_t n);. dest為目標字串,src為來源字串,n為複製的字數。所以我們可以去變動 ...
確定! 回上一頁