(1)else if(s[i]>='0' && s[i]<='9')(2)else if(s[i] == ' ')(3)printf("Input string:"); //这句好像在这是多余的,想不好填什么(4)fun(s1,a);