PHP判断数组内是否包含某个字符串 emer php 2023-12-10 188 if(in_array('abc',$array) == true){ echo '包含'; }else{ echo '不包含'; }