string字符串方法

cooolr 于 2022-03-28 发布
strcpy(a, b);
strcat(a, b);
strlen("hello world");