日期:2014-05-17 浏览次数:20458 次
$kk=array(' chen ','wei ',' kyle'); $kk=array_walk($kk, create_function('&$item','$item = trim($item);')); print_r($kk);