摘要: 1 多字节字符集:char *strcpy(char *strDestination, const char *strSource); Unicode字符集:wchar_t *wcscpy(wchar_t *strDestination, const wchar_t *strSource); 通用: 阅读全文
posted @ 2021-05-31 09:30 圐圙 阅读(275) 评论(0) 推荐(0)