日期:2014-05-17 浏览次数:20498 次
$str1="ENTP"; $str2="ISTP"; $count=0; for($i=0;$i<strlen($str1);$i++){ if($str1{$i}==$str2{$i}) $count++; } echo $count;