#includeint main(){ printf("%d\n", strlen("c:\test\328\test.c")); //输出结果:14 //转义字符\t算一个字符 //\32是一个字符(8不在八进制的范围里,所以不算\ddd转义字符) return 0;}