第五
。本文来源gao!%daima.com搞$代*!码网1
搞代gaodaima码行出错,哪里符号问题?
function cz($str1,$str2){
if (str_replace($str1,””,$str2)==$str2){
return “OK”;
else{
return “Non-OK”;}
}
}
——解决方案——————–
function cz($str1, $str2)
{
if (str_replace($str1, “”, $str2) == $str2) {
return “OK”;}
else{
return “Non-OK”;
}
}
括错位置