正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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){ |
-
请 注册 或 登录 后发表评论