陈德本 hace 5 años
padre
commit
8ea732956b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      site.php

+ 0 - 2
site.php

@@ -44,8 +44,6 @@ foreach ($word as $item) {
     }
     $act_sheet = $spreadsheet->getActiveSheet();
     $result = array_merge($header, $result);
-    var_dump($result);
-    die();
     $title="关键词:".$item;
     if ($p == 0) {
         $act_sheet->setTitle($title);