#define _CRT_SECURE_NO_WARNINGS 1 //方法一:创建临时变量计数器 int my_strlen(char *s) { int count=0; while (*s != '