使用以下所有函数需要引入头文件#include <string.h>
strlen()函数size_t strlen(const char *string)传入字符串返回字符串长度,这里size_t == unsigned
2023-09-03