C语言中用什么函数可以得到一个字符串的长度? c语言中获得一个字符串长度的函数是:strlen(),举例如下:includeincludemain()char*str="this is a test msg;printf("%d\n",st...