string [] a ={"1","1",“1”,"1"}string b= a[0];bool b ;for(int i=0 i<a.length; i++){if(a[i]==b){b=true;}else{b=false;break;}}思路大致是这样,纯手写 代码不一定正确。