字符串的长度
1 #include<iostream> 2 using namespace std; 3 int str_len(char *a){//数组大小未知,形参传一个指针 4 int i=0; 5 while(*(a+i)!='