database_idea_model::chunk(3,function($contents){ dd($contents);});
laravel里的dd() 约等于 var_dump(); die(); 所以输出一次查询内容,就终止执行了。