日期:2014-05-16 浏览次数:20516 次
$os = array ("Mac", "NT", "Irix我们是大大的好", "Linux"); if (preg_grep("/Irix/", $os)) { print "数组中有Irix"; }