作者 lyh

gx

@@ -269,7 +269,7 @@ class Demo extends Command @@ -269,7 +269,7 @@ class Demo extends Command
269 $dom = str_get_html($html); 269 $dom = str_get_html($html);
270 $texts = $dom->find("a[class=logo]",0); 270 $texts = $dom->find("a[class=logo]",0);
271 // $texts = $dom->find('a', 0); 271 // $texts = $dom->find('a', 0);
272 - dd($texts); 272 + dd($dom);
273 // $projectModel = new Project(); 273 // $projectModel = new Project();
274 // $list = $projectModel->list(['delete_status'=>0,'type'=>['!=',0]]); 274 // $list = $projectModel->list(['delete_status'=>0,'type'=>['!=',0]]);
275 // foreach ($list as $v1){ 275 // foreach ($list as $v1){