C语言没有string类型, 你只能用循环一个一个字符的判断. i=1; while (i<=str.Length){ string a=str.substr(i++,1) a//要干嘛; }; ...你声明错误了。。。得用字符数组 然后挨个儿提取