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