strlen()是读取字符串长度的意思,举例如下char a[]={'a','b','c'};return strlen(a);返回字符串a的长度,是3。需要注意的是,strlen()函数需要的头文件。如有疑问请您追问。
strlen()返回参数字符串的长度