char *strcpy(char *pdst, char *psrc) { char *temp = pdst; while (*temp++ = *psrc); return pdst; }
70,037
社区成员
243,243
社区内容
加载中
试试用AI创作助手写篇文章吧