return view("news",['title'=>$title,'news'=>$news]);//前台分页数据渲染{!! $news->appends(array('tid'=>$news->tid,'content'=>$news->content))->render() !!}