//去掉空白字符 $table = preg_replace("'([\r\n])[\s]+'", "", $table); $table = str_replace(" ", "", $table); $table = str_replace(" ", "", $table); $table = explode(",{tr}", $table); array_pop($table); return $table;