search
HomeWeb Front-endJS TutorialA brief discussion on using nodejs to implement a simple web crawler function (example sharing)

This article will share with you an example of using node to implement a simple web crawler function. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.

A brief discussion on using nodejs to implement a simple web crawler function (example sharing)

Related recommendations: "nodejs tutorial"

Webpage source code

Use the http.get() method to obtain the web page source code. Take the headline page of the hao123 website as an example.

http://tuijian.hao123.com/hotrank
var http = require('http');
http.get('http://tuijian.hao123.com/hotrank',function(res){    var data = '';
    res.on('data',function(chunk){
        data += chunk;
    });
    res.on('end',function(){
        console.log(data);
    })
});

The results obtained are as follows:

<!DOCTYPE html><html bigrender="fe:widget/js/lib/bigRender.js">
<head><noscript><meta http-equiv="refresh" content="0; URL=&#39;/tuijian/hotrank?__noscript__-=1&#39;" /></noscript>

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="referrer" content="always">







<meta name="baidu-site-verification" content="cCHudceyEP" />
<meta name="baidu_union_verify" content="d7d644c8a5cb51b46c900d802d906116">
<meta name="keywords" content="头条,新闻,推荐,国内,国际,本地,财经,军事,娱乐,体育,社会,汽车,网站,新闻导航,今日头条,头条新闻,最新新闻,2017最新新闻,新闻名站,新闻大全,新闻门户" />
<meta name="description" content="hao123新闻频道,聚合全网最新的新闻,最热点的新闻,实时新闻热搜词,热门新闻报刊;更有军事新闻,娱乐新闻,体育新闻,图片新闻,汽车新闻,女性新闻,财经新闻,国内新闻,国际新闻等分类新闻" />


<title>热点排行榜-头条新闻-hao123新闻导航_hao123上网导航</title>




<link rel="shortcut icon" href="//www.hao123.com/favicon.ico" />











<script>
        
         window.pageId = window.pageId || "hao123-xinwen-tuijian-hotrank";
         window.pageVP = window.pageVP || "hao123-xinwen-tuijian-hotrank";
        </script>
<!--[if lt IE 7]>
<script src="http://s0.hao123img.com/res/js/common/dd_belatedpng.min.js"></script>
<script>
                DD_belatedPNG.fix(&#39;#channelTitle&#39;);
            </script>
<![endif]-->
<script>window.HAO=window.HAO||{};window.HAO.https = false;window.HAO.httpsTrans = function(url){return url};</script>




<link rel="stylesheet" type="text/css" href="http://s1.hao123img.com/resource/fe/pkg/aio-eef856ab5.231bb088c.css" /><link rel="stylesheet" type="text/css" href="http://s2.hao123img.com/resource/tuijian/css/hotrank.38645dd.css" /><link rel="stylesheet" type="text/css" href="http://s1.hao123img.com/resource/fe/widget/ui/header/common/v2/header.8d1d978b0.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/fe/widget/ui/header/common/v2/logo/logo.6cca09af6.css" /><link rel="stylesheet" type="text/css" href="http://s1.hao123img.com/resource/fe/widget/ui/header/common/v2/sitemap/sitemap.a0832ac19.css" /><link rel="stylesheet" type="text/css" href="http://s2.hao123img.com/resource/fe/widget/ui/header/common/v2/adv/adv.25330c25d.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/fe/widget/ui/header/common/v2/form/form.deba0d4c0.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/fe/widget/ui/header/common/v2/tools/tools.1c81d5fc6.css" /><link rel="stylesheet" type="text/css" href="http://s2.hao123img.com/resource/fe/widget/ui/header/common/v2/nav/nav.0c7877e81.css" /><link rel="stylesheet" type="text/css" href="http://s2.hao123img.com/resource/fe/widget/ui/header/common/v2/tuiguang/tuiguang.6e9548c75.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/tuijian/widget/index/hotrank/hotrank.38645dd.css" /><link rel="stylesheet" type="text/css" href="http://s2.hao123img.com/resource/tuijian/widget/index/hotrank/index/slider/slider.3f6d691.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/tuijian/widget/index/hotrank/common/slider/slider.4d7a174.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/tuijian/widget/index/hotrank/index/news/news.9e71d5b.css" /><link rel="stylesheet" type="text/css" href="http://s1.hao123img.com/resource/tuijian/widget/index/hotrank/index/fyb/fyb.b016c1d.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/tuijian/widget/index/hotrank/index/top/top.e073b71.css" /><link rel="stylesheet" type="text/css" href="http://s0.hao123img.com/resource/tuijian/widget/lift/lift.77f7c66.css" /><link rel="stylesheet" type="text/css" href="http://s2.hao123img.com/resource/fe/pkg/aio-8155b5719.3dd99d32e.css" /><script type="text/javascript">window.aid = "nWRkrj61PjnYriYYrHfsrHbsnHb";</script></head><body>


<div id="erjiV2Header" class="erji-v2-header w1190 v2-fixed" monkey="erji-daohang"><div><div class="header-container clearfix"><div class="v2-logo "><a href="https://www.hao123.com" title="hao123网址导航" target="_blank">hao123</a><a href="http://tuijian.hao123.com" title="推荐"><img src="/static/imghwm/default1.png"  data-src="http://s0.hao123img.com/res/img/xinwen.png"  class="lazy"   alt="推荐" id="channelTitle"></a></div><div class="v2-sitemap " data-hook="sitemap"><a href="javascript:void(0)"><i></i><em>导航</em><i></i></a><div data-hook="map-popup"><div class="item first"><h3 id="休闲娱乐">休闲娱乐</h3><div class="list clearfix"><a target="_blank" href="http://video.hao123.com/dianying/" class="">电影</a><a target="_blank" href="http://v.hao123.com/dongman/" class="">动漫</a><a target="_blank" href="http://video.hao123.com/zongyi/" class="">综艺</a><a target="_blank" href="http://www.hao123.com/gaoxiao" class="">搞笑</a><a target="_blank" href="http://live.hao123.com" class="">直播</a><a target="_blank" href="http://www.hao123.com/video" class="">视频</a><a target="_blank" href="http://wyyx.hao123.com/" class="">页游</a><a target="_blank" href="http://www.hao123.com/star" class="">明星</a><a target="_blank" href="http://www.hao123.com/love" class="">交友</a><a target="_blank" href="http://www.hao123.com/sport" class="">体育</a><a target="_blank" href="http://news.hao123.com/soccer" class="">足球</a><a target="_blank" href="http://www.hao123.com/nba" class="">NBA</a><a target="_blank" href="http://www.hao123.com/xingzuonew.html" class="">星座</a><a target="_blank" href="http://v.hao123.com/tv/" class="">电视剧</a><a target="_blank" href="http://xyx.hao123.com/" class="">小游戏</a></div></div><div class="item "><h3 id="生活服务">生活服务</h3><div class="list clearfix"><a target="_blank" href="http://tuan.baidu.com/" class="">团购</a><a target="_blank" href="http://www.hao123.com/bank" class="">银行</a><a target="_blank" href="http://www.hao123.com/junshi" class="">军事</a><a target="_blank" href="http://www.hao123.com/fangchan" class="">房产</a><a target="_blank" href="http://www.hao123.com/stocknew.htm" class="">股票</a><a target="_blank" href="http://www.hao123.com/stock" class="">基金</a><a target="_blank" href="http://www.hao123.com/tianqi" class="">天气</a><a target="_blank" href="http://www.hao123.com/menu" class="">菜谱</a><a target="_blank" href="http://www.hao123.com/auto" class="">汽车</a><a target="_blank" href="http://www.hao123.com/map" class="">地图</a><a target="_blank" href="http://www.hao123.com/zhaopin" class="">招聘</a><a target="_blank" href="http://www.hao123.com/child" class="">儿童</a><a target="_blank" href="http://www.hao123.com/muying" class="">母婴</a><a target="_blank" href="http://www.hao123.com/health" class="">健康</a><a target="_blank" href="http://www.hao123.com/edu" class="">大学</a><a target="_blank" href="http://www.hao123.com/mobile" class="">手机</a></div></div><div class="item last"><h3 id="其他类别">其他类别</h3><div class="list clearfix"><a target="_blank" href="http://life.hao123.com/soft.html" class="">软件</a><a target="_blank" href="http://www.hao123.com/mail" class="">邮箱</a><a target="_blank" href="http://www.hao123.com/weibo" class="">微博</a><a target="_blank" href="http://www.hao123.com/gongyi" class="">公益</a><a target="_blank" href="http://www.hao123.com/chongwu" class="">宠物</a><a target="_blank" href="http://www.hao123.com/harcksafe" class="">杀毒</a><a target="_blank" href="http://www.hao123.com/sheji" class="">设计</a><a target="_blank" href="http://www.hao123.com/hardware" class="">电脑</a><a target="_blank" href="http://www.hao123.com/desktop" class="">桌面</a><a target="_blank" href="http://www.hao123.com/zhiye" class="">行业</a><a target="_blank" href="http://www.hao123.com/sheying" class="">摄影</a><a target="_blank" href="http://www.hao123.com/campuseng" class="">英语</a><a target="_blank" href="http://www.hao123.com/exam" class="">考试</a><a target="_blank" href="http://www.hao123.com/eduhtm_qyqx" class="">学习</a><a target="_blank" href="http://www.hao123.com/xiaoqingxin" class="">小清新</a></div></div></div></div><div class="v2-form "><form class="search-form clearfix" target="_blank" data-hook="search-form"><input type="text" data-hook="search-input"><button type="submit" data-hook="search-submit"></button><div data-hook="search-query"></div><div data-hook="search-sug"></div></form></div><div class="v2-tools "><div data-hook="c-header-login"><a href="javascript:;" data-hook="login"><i></i><em class="word text-overflow">一键登录</em><i></i></a><div js-hook="popup-list"><a href="http://vip.hao123.com" target="_blank"><i></i><em>VIP俱乐部</em></a><a href="" data-hook="logout" target="_self"><em>退出</em></a></div></div><div data-hhok="qrcode"><a href="http://dl.hao123.com/waphao123/n_apk/hao1231019956r.apk" title="二维码"><i></i></a><div><img src="/static/imghwm/default1.png"  data-src="http://s0.hao123img.com/res/r/image/2017-05-02/8efec295cd5f4ab991383422af14dcb8.png"  class="lazy"   alt="二维码"    style="max-width:90%"  style="max-width:90%"/></div></div><a href="" data-hook="setHome" title="" target="_blank"><i></i></a></div></div></div><div id="normalNav"><div id="fixedNav"><div class="nav-container clearfix"><div class="v2-nav "><ul><li ><a href="http://tuijian.hao123.com/" title="头条" >头条</a></li><li ><a href="http://tuijian.hao123.com/ent" title="娱乐" >娱乐</a></li><li ><a href="http://tuijian.hao123.com/sports" title="体育" >体育</a></li><li ><a href="http://tuijian.hao123.com/finance" title="财经" >财经</a></li><li ><a href="http://tuijian.hao123.com/military" title="军事" >军事</a></li><li ><a href="http://tuijian.hao123.com/domestic" title="国内" >国内</a></li><li ><a href="http://tuijian.hao123.com/intl" title="国际" >国际</a></li><li ><a href="http://tuijian.hao123.com/history" title="历史" >历史</a></li><li ><a href="http://tuijian.hao123.com/tech" title="科技" >科技</a></li><li ><a href="http://tuijian.hao123.com/cars" title="汽车" >汽车</a></li><li ><a href="http://tuijian.hao123.com/edu" title="教育" >教育</a></li><li ><a href="http://tuijian.hao123.com/games" title="游戏" >游戏</a></li><li ><a href="http://tuijian.hao123.com/estate" title="房产" >房产</a></li><li ><a href="http://tuijian.hao123.com/fashion" title="时尚" >时尚</a></li><li><a href="http://tuijian.hao123.com/hotrank" title="热点排行" >热点排行</a></li></ul></div></div></div></div></div>


<div id="tuijian" monkey="news-tuijian-hotrank">
<div>
<div id="bd" monkey="hao123-ssfengyunbang"><div class="mt10 clearfix"><div class="fl flb"><div id="slider" monkey="slider"><div><div data-slider="page-wrap"><div class="slider-page slider-page-cur"><a href="https://www.baidu.com/s?wd=%E9%80%81%E8%80%83%E8%BD%A6%E8%A6%81%E8%AE%B2%E7%A9%B6+%E6%AF%9B%E5%9D%A6%E5%8E%82%E4%B8%AD%E5%AD%A6%E9%80%81%E8%80%83%E8%A7%84%E6%A8%A1%E5%BA%9E%E5%A4%A7&ie=utf-8&tn=sitehao123_03" target="_blank"><img  src="/static/imghwm/default1.png"  data-src="https://gss0.bdstatic.com/5bVWsj_p_tVS5dKfpU_Y_D3/res/r/image/2017-06-07/b1e7252d66852c27dd6c924b12290017.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ></a><div></div><div><a href="https://www.baidu.com/s?wd=%E9%80%81%E8%80%83%E8%BD%A6%E8%A6%81%E8%AE%B2%E7%A9%B6+%E6%AF%9B%E5%9D%A6%E5%8E%82%E4%B8%AD%E5%AD%A6%E9%80%81%E8%80%83%E8%A7%84%E6%A8%A1%E5%BA%9E%E5%A4%A7&ie=utf-8&tn=sitehao123_03" target="_blank">送考车要讲究 毛坦厂中学送考规模庞大</a></div></div><div><a href="https://www.baidu.com/s?wd=%E6%B1%9F%E8%8B%8F%22%E6%8B%87%E6%8C%87%E8%A5%BF%E7%93%9C%22%E4%B8%8A%E5%B8%82+%E5%8F%AF%E8%BF%9E%E7%9A%AE%E9%A3%9F%E7%94%A8&ie=utf-8&tn=sitehao123_03" target="_blank"><img  src="/static/imghwm/default1.png"  data-src="https://gss0.bdstatic.com/5bVWsj_p_tVS5dKfpU_Y_D3/res/r/image/2017-06-07/008195cae4d1336af0b63b31e5b01cdb.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ></a><div></div><div><a href="https://www.baidu.com/s?wd=%E6%B1%9F%E8%8B%8F%22%E6%8B%87%E6%8C%87%E8%A5%BF%E7%93%9C%22%E4%B8%8A%E5%B8%82+%E5%8F%AF%E8%BF%9E%E7%9A%AE%E9%A3%9F%E7%94%A8&ie=utf-8&tn=sitehao123_03" target="_blank">江苏"拇指西瓜"上市 可连皮食用</a></div></div><div><a href="https://www.baidu.com/s?wd=%E9%9D%9E%E6%B4%B2%E5%A5%B3%E5%AD%90%E5%AB%81%E4%B8%AD%E5%9B%BD%E9%83%8E+2%E5%B9%B4%E5%90%8E%E6%88%90%E5%B9%BF%E5%9C%BA%E8%88%9E%E6%98%8E%E6%98%9F&ie=utf-8&tn=sitehao123_03" target="_blank"><img  src="/static/imghwm/default1.png"  data-src="https://gss0.bdstatic.com/5bVWsj_p_tVS5dKfpU_Y_D3/res/r/image/2017-06-07/74f7b5a74615892839e3b21de8017bc8.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ></a><div></div><div><a href="https://www.baidu.com/s?wd=%E9%9D%9E%E6%B4%B2%E5%A5%B3%E5%AD%90%E5%AB%81%E4%B8%AD%E5%9B%BD%E9%83%8E+2%E5%B9%B4%E5%90%8E%E6%88%90%E5%B9%BF%E5%9C%BA%E8%88%9E%E6%98%8E%E6%98%9F&ie=utf-8&tn=sitehao123_03" target="_blank">非洲女子嫁中国郎 2年后成广场舞明星</a></div></div><div><a href="https://www.baidu.com/s?wd=%E5%B9%BF%E5%B7%9E%E4%B8%80%E8%80%83%E7%94%9F%E5%8E%BB%E9%94%99%E8%80%83%E5%9C%BA+%E4%BA%A4%E8%AD%A6%E8%9C%80%E9%BB%8D%E7%B4%A7%E6%80%A5%E9%80%81%E8%80%83&ie=utf-8&tn=sitehao123_03" target="_blank"><img  src="/static/imghwm/default1.png"  data-src="https://gss0.bdstatic.com/5bVWsj_p_tVS5dKfpU_Y_D3/res/r/image/2017-06-07/5a85d3e78965666eb616b41e2981d24d.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ></a><div></div><div><a href="https://www.baidu.com/s?wd=%E5%B9%BF%E5%B7%9E%E4%B8%80%E8%80%83%E7%94%9F%E5%8E%BB%E9%94%99%E8%80%83%E5%9C%BA+%E4%BA%A4%E8%AD%A6%E8%9C%80%E9%BB%8D%E7%B4%A7%E6%80%A5%E9%80%81%E8%80%83&ie=utf-8&tn=sitehao123_03" target="_blank">广州一考生去错考场 交警蜀黍紧急送考</a></div></div><div><a href="https://www.baidu.com/s?wd=%E7%A6%8F%E5%BB%BA%E5%B0%8F%E4%BC%99%E5%8D%97%E9%9D%9E%E5%BB%BA%E5%AE%89%E4%BF%9D%E5%85%AC%E5%8F%B8+%E6%8C%81AK47%E4%B8%8E%E5%8A%AB%E5%8C%AA%E6%BF%80%E6%88%98&ie=utf-8&tn=sitehao123_03" target="_blank"><img  src="/static/imghwm/default1.png"  data-src="https://gss0.bdstatic.com/5bVWsj_p_tVS5dKfpU_Y_D3/res/r/image/2017-06-07/ea646c52aa9197228d5d2f42899221ec.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ></a><div></div><div><a href="https://www.baidu.com/s?wd=%E7%A6%8F%E5%BB%BA%E5%B0%8F%E4%BC%99%E5%8D%97%E9%9D%9E%E5%BB%BA%E5%AE%89%E4%BF%9D%E5%85%AC%E5%8F%B8+%E6%8C%81AK47%E4%B8%8E%E5%8A%AB%E5%8C%AA%E6%BF%80%E6%88%98&ie=utf-8&tn=sitehao123_03" target="_blank">福建小伙南非建安保公司 持AK47与劫匪激战</a></div></div><div><a href="https://www.baidu.com/s?wd=%E8%80%81%E5%B8%88%E6%8B%94%E6%B2%B3%E6%90%9E%E6%80%AA%E8%A1%A8%E6%83%85%E8%B5%B0%E7%BA%A2+%E6%8B%94%E6%B2%B3%E5%A6%82%E6%88%8F%E5%85%A8%E9%9D%A0%E6%BC%94%E6%8A%80&ie=utf-8&tn=sitehao123_03" target="_blank"><img  src="/static/imghwm/default1.png"  data-src="https://gss0.bdstatic.com/5bVWsj_p_tVS5dKfpU_Y_D3/res/r/image/2017-06-07/b4331032b6375b7b6db10f7cdf19e86c.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ></a><div></div><div><a href="https://www.baidu.com/s?wd=%E8%80%81%E5%B8%88%E6%8B%94%E6%B2%B3%E6%90%9E%E6%80%AA%E8%A1%A8%E6%83%85%E8%B5%B0%E7%BA%A2+%E6%8B%94%E6%B2%B3%E5%A6%82%E6%88%8F%E5%85%A8%E9%9D%A0%E6%BC%94%E6%8A%80&ie=utf-8&tn=sitehao123_03" target="_blank">老师拔河搞怪表情走红 拔河如戏全靠演技</a></div></div></div><div data-slider="pagination-wrap"><a class="slider-pagination active" href="javascript:;"></a><a href="javascript:;"></a><a href="javascript:;"></a><a href="javascript:;"></a><a href="javascript:;"></a><a href="javascript:;"></a></div><a class="slider-controller controller-prev" data-slider="controller-prev" href="javascript:;"></a><a class="slider-controller slider-controller-next" data-slider="controller-next" href="javascript:;"></a></div></div></div><div><div><div id="news" monkey="news"><div><h2 id="八卦热点">八卦热点</h2><a href="http://www.hao123.com/star" target="_blank">更多八卦>></a></div><div><div monkey="img"><ul><li><a target="_blank" href="https://www.baidu.com/s?wd=%E7%94%B7%E5%AD%90%E4%B8%8A%E5%B1%B1%E5%AF%BB%E5%AE%9D+%E6%8C%96%E5%87%BA%E8%BF%99%E7%89%A9%E5%90%93%E5%9D%8F%E4%BA%86%21&ie=utf-8&tn=sitehao123_03" title="男子上山寻宝 挖出这物吓坏了!"><img  src="/static/imghwm/default1.png"  data-src="http://s0.hao123img.com/res/r/image/2017-04-12/1be8ce1a1520e75f17f3299532855b56.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ><span>男子上山寻宝 挖出这物吓坏了!</span></a></li><li><a target="_blank" href="https://www.baidu.com/s?wd=%E5%8D%83%E5%B9%B4%E5%B7%A8%E8%9B%87%E9%95%87%E5%AE%88%E5%8F%A4%E5%A2%93%E7%AB%9F%E5%80%9F%E5%B0%B8%E8%BF%98%E9%AD%82&ie=utf-8&tn=sitehao123_03" title="千年巨蛇镇守古墓竟借尸还魂"><img  src="/static/imghwm/default1.png"  data-src="http://s0.hao123img.com/res/r/image/2017-04-14/55d08df0d7d1023179fca92200a96ce4.jpg"  class="lazy"   / alt="A brief discussion on using nodejs to implement a simple web crawler function (example sharing)" ><span>千年巨蛇镇守古墓竟借尸还魂</span></a></li></ul></div><div monkey="txt"><ul><li class="txtlink-wrap txtlink-wrap0"><a target="_blank" href="https://www.baidu.com/s?wd=%E5%9C%B0%E7%90%83%E6%98%AF%E4%B8%AA%E7%9B%91%E7%8B%B1%E4%BA%BA%E7%B1%BB%E5%8F%AA%E6%98%AF%E8%AF%95%E9%AA%8C%E5%93%81%EF%BC%81&ie=utf-8&tn=sitehao123_03" title="地球是个监狱人类只是试验品!">地球是个监狱人类只是试验品!</a></li><li class="txtlink-wrap txtlink-wrap1"><a target="_blank" href="https://www.baidu.com/s?wd=DNA%E6%A3%80%E6%B5%8B%E6%98%AF%E5%8F%94%E5%8F%94%E7%9A%84%E5%8F%AF%E7%88%B8%E7%88%B8%E6%98%AF%E7%8B%AC%E5%AD%90&ie=utf-8&tn=sitehao123_03" title="DNA检测是叔叔的可爸爸是独子">DNA检测是叔叔的可爸爸是独子</a></li><li class="txtlink-wrap txtlink-wrap2"><a target="_blank" href="https://www.baidu.com/s?wd=%E5%87%BA%E5%B7%AE%E4%B8%A4%E6%9C%88%E6%89%93%E5%BC%80%E7%94%B5%E9%A5%AD%E9%94%85%E5%90%8E%E6%83%8A%E5%91%86%E4%BA%86&ie=utf-8&tn=sitehao123_03" title="出差两月打开电饭锅后惊呆了">出差两月打开电饭锅后惊呆了</a></li><li class="txtlink-wrap txtlink-wrap3"><a target="_blank" href="https://www.baidu.com/s?wd=%E5%A5%B3%E5%AD%A9%E4%B8%AD%E5%A4%A7%E5%A5%964%E5%B9%B4%E5%90%8E%E6%80%92%E5%91%8A%E5%BD%A9%E7%A5%A8%E5%85%AC%E5%8F%B8&ie=utf-8&tn=sitehao123_03" title="女孩中大奖4年后怒告彩票公司">女孩中大奖4年后怒告彩票公司</a></li><li class="txtlink-wrap txtlink-wrap4"><a target="_blank" href="https://www.baidu.com/s?wd=%E5%8D%B0%E5%BA%A6%E7%A5%9E%E7%89%9B%E7%AB%9F%E6%8B%89%E5%87%BA300%E5%A4%9A%E9%A2%97%E9%92%BB%E7%9F%B3%EF%BC%81&ie=utf-8&tn=sitehao123_03" title="印度神牛竟拉出300多颗钻石!">印度神牛竟拉出300多颗钻石!</a></li><li class="txtlink-wrap txtlink-wrap5"><a target="_blank" href="https://www.baidu.com/s?wd=21%E5%B2%81%E7%94%B7%E5%AD%A9%E5%90%9E%E4%BA%91%E5%90%90%E9%9B%BE%E6%88%90%E7%83%9F%E9%9B%BE%E4%B9%8B%E7%A5%9E%EF%BC%81&ie=utf-8&tn=sitehao123_03" title="21岁男孩吞云吐雾成烟雾之神!">21岁男孩吞云吐雾成烟雾之神!</a></li><li class="txtlink-wrap txtlink-wrap6"><a target="_blank" href="https://www.baidu.com/s?wd=%E7%BB%A7%E6%AF%8D%E8%AE%A93%E5%AD%A9%E5%AD%90%E5%96%9D%E5%86%9C%E8%8D%AF%EF%BC%8C%E7%BB%A7%E5%A5%B3%E6%AD%BB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" title="继母让3孩子喝农药,继女死亡">继母让3孩子喝农药,继女死亡</a></li><li class="txtlink-wrap txtlink-wrap7"><a target="_blank" href="https://www.baidu.com/s?wd=%E6%83%8A%E5%91%86%EF%BC%81%E5%AE%9E%E6%8B%8D%E5%81%87%E9%B8%A1%E8%9B%8B%E5%88%B6%E4%BD%9C%E7%9A%84%E5%85%A8%E8%BF%87%E7%A8%8B&ie=utf-8&tn=sitehao123_03" title="惊呆!实拍假鸡蛋制作的全过程">惊呆!实拍假鸡蛋制作的全过程</a></li></ul></div></div></div></div></div></div><div><div id="fyb"><script type="BAIDU_HH">{di:"u0000",tn:"sitehao123_03",rsi0:"1190",rsi1:"150",type:"metro",version:"201",style:"lichun"}</script></div></div><div><div id="tops" monkey="tops"><div><div class="top first-col" monkey="ss"><h2 id="实时热点">实时热点</h2><div><div class="point-hd clearfix"><span>排名</span><span>关键词</span><span>搜索指数</span></div><div><div class="point clearfix"><span class="point-rank point-rank-top3">1</span><span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E5%9B%BD%E9%80%AE%E6%8D%95%E5%A5%B3%E6%96%AF%E8%AF%BA%E7%99%BB&ie=utf-8&tn=sitehao123_03" target="_blank">美国逮捕女斯诺登</a></span><span class="point-state point-state-rise"></span><span>35388</span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E5%9B%BD%E9%80%AE%E6%8D%95%E5%A5%B3%E6%96%AF%E8%AF%BA%E7%99%BB&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">2</span><span><a href="https://www.baidu.com/s?wd=%E6%88%90%E9%83%BD%E9%9A%90%E7%A7%98%E6%AF%8D%E4%B9%B3%E4%B9%B0%E5%8D%96&ie=utf-8&tn=sitehao123_03" target="_blank">成都隐秘母乳买卖</a></span><span class="point-state point-state-fall"></span><span>34497</span><a href="https://www.baidu.com/s?wd=%E6%88%90%E9%83%BD%E9%9A%90%E7%A7%98%E6%AF%8D%E4%B9%B3%E4%B9%B0%E5%8D%96&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">3</span><span><a href="https://www.baidu.com/s?wd=%E6%9B%9D%E5%91%A8%E6%9D%B0%E4%BC%A6%E9%9D%92%E6%B6%A9%E6%97%A7%E7%85%A7&ie=utf-8&tn=sitehao123_03" target="_blank">曝周杰伦青涩旧照</a></span><span class="point-state point-state-fall"></span><span>1457</span><a href="https://www.baidu.com/s?wd=%E6%9B%9D%E5%91%A8%E6%9D%B0%E4%BC%A6%E9%9D%92%E6%B6%A9%E6%97%A7%E7%85%A7&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>4</span><span><a href="https://www.baidu.com/s?wd=%E8%80%81%E5%A4%B4%E5%85%AC%E4%BA%A4%E5%BC%BA%E5%90%BB%E5%A5%B3%E5%AD%A9&ie=utf-8&tn=sitehao123_03" target="_blank">老头公交强吻女孩</a></span><span class="point-state point-state-rise"></span><span>103307</span><a href="https://www.baidu.com/s?wd=%E8%80%81%E5%A4%B4%E5%85%AC%E4%BA%A4%E5%BC%BA%E5%90%BB%E5%A5%B3%E5%AD%A9&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>5</span><span><a href="https://www.baidu.com/s?wd=%E7%8E%8B%E4%BC%A0%E5%90%9B%E6%81%8B%E6%83%85%E6%9B%9D%E5%85%89&ie=utf-8&tn=sitehao123_03" target="_blank">王传君恋情曝光</a></span><span class="point-state point-state-fall"></span><span>26616</span><a href="https://www.baidu.com/s?wd=%E7%8E%8B%E4%BC%A0%E5%90%9B%E6%81%8B%E6%83%85%E6%9B%9D%E5%85%89&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>6</span><span><a href="https://www.baidu.com/s?wd=%E6%9D%AD%E5%B7%9E%E7%8E%B0%E5%A5%87%E8%91%A9%E7%AA%97%E5%8F%A3&ie=utf-8&tn=sitehao123_03" target="_blank">杭州现奇葩窗口</a></span><span class="point-state point-state-rise"></span><span>26837</span><a href="https://www.baidu.com/s?wd=%E6%9D%AD%E5%B7%9E%E7%8E%B0%E5%A5%87%E8%91%A9%E7%AA%97%E5%8F%A3&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>7</span><span><a href="https://www.baidu.com/s?wd=%E5%BF%98%E5%B8%A6%E5%85%A8%E7%8F%AD%E5%87%86%E8%80%83%E8%AF%81&ie=utf-8&tn=sitehao123_03" target="_blank">忘带全班准考证</a></span><span class="point-state point-state-fall"></span><span>125127</span><a href="https://www.baidu.com/s?wd=%E5%BF%98%E5%B8%A6%E5%85%A8%E7%8F%AD%E5%87%86%E8%80%83%E8%AF%81&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>8</span><span><a href="https://www.baidu.com/s?wd=%E6%9C%AA%E6%88%90%E5%B9%B4%E6%8C%81%E6%A2%B0%E6%8B%8D%E7%BD%91%E7%BA%A2&ie=utf-8&tn=sitehao123_03" target="_blank">未成年持械拍网红</a></span><span class="point-state point-state-fall"></span><span>1672</span><a href="https://www.baidu.com/s?wd=%E6%9C%AA%E6%88%90%E5%B9%B4%E6%8C%81%E6%A2%B0%E6%8B%8D%E7%BD%91%E7%BA%A2&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>9</span><span><a href="https://www.baidu.com/s?wd=9%E7%A7%92%E6%8F%8D%E5%84%BF%E5%AD%908%E6%8B%B3&ie=utf-8&tn=sitehao123_03" target="_blank">9秒揍儿子8拳</a></span><span class="point-state point-state-rise"></span><span>93193</span><a href="https://www.baidu.com/s?wd=9%E7%A7%92%E6%8F%8D%E5%84%BF%E5%AD%908%E6%8B%B3&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>10</span><span><a href="https://www.baidu.com/s?wd=%E6%88%B4%E8%80%B3%E6%9C%BA%E7%A9%BF%E8%BD%A8%E9%81%93%E8%A2%AB%E6%92%9E&ie=utf-8&tn=sitehao123_03" target="_blank">戴耳机穿轨道被撞</a></span><span class="point-state point-state-rise"></span><span>195745</span><a href="https://www.baidu.com/s?wd=%E6%88%B4%E8%80%B3%E6%9C%BA%E7%A9%BF%E8%BD%A8%E9%81%93%E8%A2%AB%E6%92%9E&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div></div></div></div></div><div><div class="top top-blue" monkey="jr"><h2 id="今日热点">今日热点</h2><div><div class="point-hd clearfix"><span>排名</span><span>关键词</span><span>搜索指数</span></div><div><div class="point clearfix"><span class="point-rank point-rank-top3">1</span><span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E4%BA%AC%E5%9B%9E%E9%BE%99%E8%A7%82%E5%A4%A7%E7%81%AB&ie=utf-8&tn=sitehao123_03" target="_blank">北京回龙观大火</a></span><span class="point-state point-state-rise"></span><span>174225</span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E4%BA%AC%E5%9B%9E%E9%BE%99%E8%A7%82%E5%A4%A7%E7%81%AB&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">2</span><span><a href="https://www.baidu.com/s?wd=%E9%80%89%E7%BE%8E%E5%86%A0%E5%86%9B%E8%BD%A6%E7%A5%B8%E8%BA%AB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" target="_blank">选美冠军车祸身亡</a></span><span class="point-state point-state-rise"></span><span>172447</span><a href="https://www.baidu.com/s?wd=%E9%80%89%E7%BE%8E%E5%86%A0%E5%86%9B%E8%BD%A6%E7%A5%B8%E8%BA%AB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">3</span><span><a href="https://www.baidu.com/s?wd=2017%E9%AB%98%E8%80%83&ie=utf-8&tn=sitehao123_03" target="_blank">2017高考</a></span><span class="point-state point-state-rise"></span><span>136806</span><a href="https://www.baidu.com/s?wd=2017%E9%AB%98%E8%80%83&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>4</span><span><a href="https://www.baidu.com/s?wd=%E6%88%90%E9%83%BD%E8%80%81%E7%81%AB%E9%94%85%E5%BA%97%E8%A2%AB%E6%9F%A5&ie=utf-8&tn=sitehao123_03" target="_blank">成都老火锅店被查</a></span><span class="point-state point-state-rise"></span><span>121729</span><a href="https://www.baidu.com/s?wd=%E6%88%90%E9%83%BD%E8%80%81%E7%81%AB%E9%94%85%E5%BA%97%E8%A2%AB%E6%9F%A5&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>5</span><span><a href="https://www.baidu.com/s?wd=%E9%99%88%E6%B5%A9%E6%B0%91%E5%A8%87%E5%A6%BB%E7%A7%80%E8%BA%AB%E6%9D%90&ie=utf-8&tn=sitehao123_03" target="_blank">陈浩民娇妻秀身材</a></span><span class="point-state point-state-rise"></span><span>115877</span><a href="https://www.baidu.com/s?wd=%E9%99%88%E6%B5%A9%E6%B0%91%E5%A8%87%E5%A6%BB%E7%A7%80%E8%BA%AB%E6%9D%90&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>6</span><span><a href="https://www.baidu.com/s?wd=%E6%B5%B7%E8%BE%B9%E7%9B%B4%E6%92%AD%E5%8F%91%E7%8E%B0%E6%B5%AE%E5%B0%B8&ie=utf-8&tn=sitehao123_03" target="_blank">海边直播发现浮尸</a></span><span class="point-state point-state-fall"></span><span>86157</span><a href="https://www.baidu.com/s?wd=%E6%B5%B7%E8%BE%B9%E7%9B%B4%E6%92%AD%E5%8F%91%E7%8E%B0%E6%B5%AE%E5%B0%B8&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>7</span><span><a href="https://www.baidu.com/s?wd=%E6%9B%9D%E5%8D%B0%E5%B0%8F%E5%A4%A9%E9%81%AD%E5%A6%BB%E9%AA%97%E5%A9%9A&ie=utf-8&tn=sitehao123_03" target="_blank">曝印小天遭妻骗婚</a></span><span class="point-state point-state-fall"></span><span>83749</span><a href="https://www.baidu.com/s?wd=%E6%9B%9D%E5%8D%B0%E5%B0%8F%E5%A4%A9%E9%81%AD%E5%A6%BB%E9%AA%97%E5%A9%9A&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>8</span><span><a href="https://www.baidu.com/s?wd=%E8%8B%B9%E6%9E%9C%E5%BC%80%E5%8F%91%E8%80%85%E5%A4%A7%E4%BC%9A&ie=utf-8&tn=sitehao123_03" target="_blank">苹果开发者大会</a></span><span class="point-state point-state-rise"></span><span>78140</span><a href="https://www.baidu.com/s?wd=%E8%8B%B9%E6%9E%9C%E5%BC%80%E5%8F%91%E8%80%85%E5%A4%A7%E4%BC%9A&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>9</span><span><a href="https://www.baidu.com/s?wd=6%E4%B8%87%E6%96%A4%E9%B1%BC%E7%BC%BA%E6%B0%A7%E6%AD%BB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" target="_blank">6万斤鱼缺氧死亡</a></span><span class="point-state point-state-rise"></span><span>68984</span><a href="https://www.baidu.com/s?wd=6%E4%B8%87%E6%96%A4%E9%B1%BC%E7%BC%BA%E6%B0%A7%E6%AD%BB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>10</span><span><a href="https://www.baidu.com/s?wd=%E5%AE%89%E4%BB%A5%E8%BD%A9%E5%A4%8F%E5%A8%81%E5%A4%B7%E5%A4%A7%E5%A9%9A&ie=utf-8&tn=sitehao123_03" target="_blank">安以轩夏威夷大婚</a></span><span class="point-state point-state-rise"></span><span>56675</span><a href="https://www.baidu.com/s?wd=%E5%AE%89%E4%BB%A5%E8%BD%A9%E5%A4%8F%E5%A8%81%E5%A4%B7%E5%A4%A7%E5%A9%9A&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div></div></div></div></div><div><div class="top top-yellow" monkey="ms"><h2 id="民生热点">民生热点</h2><div><div class="point-hd clearfix"><span>排名</span><span>关键词</span><span>搜索指数</span></div><div><div class="point clearfix"><span class="point-rank point-rank-top3">1</span><span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E4%BA%AC%E5%9B%9E%E9%BE%99%E8%A7%82%E5%A4%A7%E7%81%AB&ie=utf-8&tn=sitehao123_03" target="_blank">北京回龙观大火</a></span><span class="point-state point-state-rise"></span><span>174225</span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E4%BA%AC%E5%9B%9E%E9%BE%99%E8%A7%82%E5%A4%A7%E7%81%AB&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">2</span><span><a href="https://www.baidu.com/s?wd=2017%E9%AB%98%E8%80%83&ie=utf-8&tn=sitehao123_03" target="_blank">2017高考</a></span><span class="point-state point-state-rise"></span><span>136806</span><a href="https://www.baidu.com/s?wd=2017%E9%AB%98%E8%80%83&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">3</span><span><a href="https://www.baidu.com/s?wd=%E6%88%90%E9%83%BD%E8%80%81%E7%81%AB%E9%94%85%E5%BA%97%E8%A2%AB%E6%9F%A5&ie=utf-8&tn=sitehao123_03" target="_blank">成都老火锅店被查</a></span><span class="point-state point-state-rise"></span><span>121729</span><a href="https://www.baidu.com/s?wd=%E6%88%90%E9%83%BD%E8%80%81%E7%81%AB%E9%94%85%E5%BA%97%E8%A2%AB%E6%9F%A5&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>4</span><span><a href="https://www.baidu.com/s?wd=%E6%B5%B7%E8%BE%B9%E7%9B%B4%E6%92%AD%E5%8F%91%E7%8E%B0%E6%B5%AE%E5%B0%B8&ie=utf-8&tn=sitehao123_03" target="_blank">海边直播发现浮尸</a></span><span class="point-state point-state-fall"></span><span>86157</span><a href="https://www.baidu.com/s?wd=%E6%B5%B7%E8%BE%B9%E7%9B%B4%E6%92%AD%E5%8F%91%E7%8E%B0%E6%B5%AE%E5%B0%B8&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>5</span><span><a href="https://www.baidu.com/s?wd=%E8%8B%B9%E6%9E%9C%E5%BC%80%E5%8F%91%E8%80%85%E5%A4%A7%E4%BC%9A&ie=utf-8&tn=sitehao123_03" target="_blank">苹果开发者大会</a></span><span class="point-state point-state-rise"></span><span>78140</span><a href="https://www.baidu.com/s?wd=%E8%8B%B9%E6%9E%9C%E5%BC%80%E5%8F%91%E8%80%85%E5%A4%A7%E4%BC%9A&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>6</span><span><a href="https://www.baidu.com/s?wd=6%E4%B8%87%E6%96%A4%E9%B1%BC%E7%BC%BA%E6%B0%A7%E6%AD%BB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" target="_blank">6万斤鱼缺氧死亡</a></span><span class="point-state point-state-rise"></span><span>68984</span><a href="https://www.baidu.com/s?wd=6%E4%B8%87%E6%96%A4%E9%B1%BC%E7%BC%BA%E6%B0%A7%E6%AD%BB%E4%BA%A1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>7</span><span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E6%8E%A7%E5%A4%96%E6%8F%B4%E8%AE%AD%E7%BB%83%E7%8C%9D%E6%AD%BB&ie=utf-8&tn=sitehao123_03" target="_blank">北控外援训练猝死</a></span><span class="point-state point-state-rise"></span><span>50687</span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E6%8E%A7%E5%A4%96%E6%8F%B4%E8%AE%AD%E7%BB%83%E7%8C%9D%E6%AD%BB&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>8</span><span><a href="https://www.baidu.com/s?wd=%E6%AD%A6%E6%B1%89%E7%94%B7%E5%AD%90%E8%A3%B8%E4%BD%93%E6%8D%85%E4%BA%BA&ie=utf-8&tn=sitehao123_03" target="_blank">武汉男子裸体捅人</a></span><span class="point-state point-state-fall"></span><span>45810</span><a href="https://www.baidu.com/s?wd=%E6%AD%A6%E6%B1%89%E7%94%B7%E5%AD%90%E8%A3%B8%E4%BD%93%E6%8D%85%E4%BA%BA&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>9</span><span><a href="https://www.baidu.com/s?wd=%E5%A4%9A%E5%9B%BD%E4%B8%8E%E5%8D%A1%E5%A1%94%E5%B0%94%E6%96%AD%E4%BA%A4&ie=utf-8&tn=sitehao123_03" target="_blank">多国与卡塔尔断交</a></span><span class="point-state point-state-fall"></span><span>44475</span><a href="https://www.baidu.com/s?wd=%E5%A4%9A%E5%9B%BD%E4%B8%8E%E5%8D%A1%E5%A1%94%E5%B0%94%E6%96%AD%E4%BA%A4&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>10</span><span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E9%A9%BB%E5%8D%8E%E5%A4%96%E4%BA%A4%E5%AE%98%E8%BE%9E%E8%81%8C&ie=utf-8&tn=sitehao123_03" target="_blank">美驻华外交官辞职</a></span><span class="point-state point-state-rise"></span><span>44394</span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E9%A9%BB%E5%8D%8E%E5%A4%96%E4%BA%A4%E5%AE%98%E8%BE%9E%E8%81%8C&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div></div></div></div></div><div><div class="top first-col" monkey="dy"><h2 id="电影">电影</h2><div><div class="point-hd clearfix"><span>排名</span><span>关键词</span><span>搜索指数</span></div><div><div class="point clearfix"><span class="point-rank point-rank-top3">1</span><span><a href="https://www.baidu.com/s?wd=%E7%A5%9E%E5%A5%87%E5%A5%B3%E4%BE%A0&ie=utf-8&tn=sitehao123_03" target="_blank">神奇女侠</a></span><span class="point-state point-state-fall"></span><span>40981</span><a href="https://www.baidu.com/s?wd=%E7%A5%9E%E5%A5%87%E5%A5%B3%E4%BE%A0&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">2</span><span><a href="https://www.baidu.com/s?wd=%E5%BC%82%E6%98%9F%E8%A7%89%E9%86%92&ie=utf-8&tn=sitehao123_03" target="_blank">异星觉醒</a></span><span class="point-state point-state-fall"></span><span>15245</span><a href="https://www.baidu.com/s?wd=%E5%BC%82%E6%98%9F%E8%A7%89%E9%86%92&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">3</span><span><a href="https://www.baidu.com/s?wd=%E6%96%B0%E6%9C%A8%E4%B9%83%E4%BC%8A&ie=utf-8&tn=sitehao123_03" target="_blank">新木乃伊</a></span><span class="point-state point-state-rise"></span><span>7183</span><a href="https://www.baidu.com/s?wd=%E6%96%B0%E6%9C%A8%E4%B9%83%E4%BC%8A&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>4</span><span><a href="https://www.baidu.com/s?wd=%E4%B8%AD%E5%9B%BD%E6%8E%A8%E9%94%80%E5%91%98&ie=utf-8&tn=sitehao123_03" target="_blank">中国推销员</a></span><span class="point-state point-state-rise"></span><span>5890</span><a href="https://www.baidu.com/s?wd=%E4%B8%AD%E5%9B%BD%E6%8E%A8%E9%94%80%E5%91%98&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>5</span><span><a href="https://www.baidu.com/s?wd=%E8%8D%A1%E5%AF%87%E9%A3%8E%E4%BA%91&ie=utf-8&tn=sitehao123_03" target="_blank">荡寇风云</a></span><span class="point-state point-state-fall"></span><span>3006</span><a href="https://www.baidu.com/s?wd=%E8%8D%A1%E5%AF%87%E9%A3%8E%E4%BA%91&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>6</span><span><a href="https://www.baidu.com/s?wd=%E5%BC%82%E5%85%BD%E6%9D%A5%E8%A2%AD&ie=utf-8&tn=sitehao123_03" target="_blank">异兽来袭</a></span><span class="point-state point-state-fall"></span><span>2566</span><a href="https://www.baidu.com/s?wd=%E5%BC%82%E5%85%BD%E6%9D%A5%E8%A2%AD&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>7</span><span><a href="https://www.baidu.com/s?wd=%E6%9D%8E%E9%9B%B7%E5%92%8C%E9%9F%A9%E6%A2%85%E6%A2%85&ie=utf-8&tn=sitehao123_03" target="_blank">李雷和韩梅梅</a></span><span class="point-state point-state-rise"></span><span>1636</span><a href="https://www.baidu.com/s?wd=%E6%9D%8E%E9%9B%B7%E5%92%8C%E9%9F%A9%E6%A2%85%E6%A2%85&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>8</span><span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E6%9E%81%E6%98%9F&ie=utf-8&tn=sitehao123_03" target="_blank">北极星</a></span><span class="point-state point-state-fall"></span><span>1139</span><a href="https://www.baidu.com/s?wd=%E5%8C%97%E6%9E%81%E6%98%9F&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>9</span><span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E5%A5%BD%E7%9A%84%E6%84%8F%E5%A4%96&ie=utf-8&tn=sitehao123_03" target="_blank">美好的意外</a></span><span class="point-state point-state-fall"></span><span>971</span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E5%A5%BD%E7%9A%84%E6%84%8F%E5%A4%96&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>10</span><span><a href="https://www.baidu.com/s?wd=%E5%A4%8F%E5%A4%A919%E5%B2%81%E7%9A%84%E8%82%96%E5%83%8F&ie=utf-8&tn=sitehao123_03" target="_blank">夏天19岁的肖像</a></span><span class="point-state point-state-rise"></span><span>783</span><a href="https://www.baidu.com/s?wd=%E5%A4%8F%E5%A4%A919%E5%B2%81%E7%9A%84%E8%82%96%E5%83%8F&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div></div></div></div></div><div><div class="top top-blue" monkey="dsj"><h2 id="电视剧">电视剧</h2><div><div class="point-hd clearfix"><span>排名</span><span>关键词</span><span>搜索指数</span></div><div><div class="point clearfix"><span class="point-rank point-rank-top3">1</span><span><a href="https://www.baidu.com/s?wd=%E9%BE%99%E7%8F%A0%E4%BC%A0%E5%A5%87&ie=utf-8&tn=sitehao123_03" target="_blank">龙珠传奇</a></span><span class="point-state point-state-fair"></span><span>999788</span><a href="https://www.baidu.com/s?wd=%E9%BE%99%E7%8F%A0%E4%BC%A0%E5%A5%87&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">2</span><span><a href="https://www.baidu.com/s?wd=%E6%A5%9A%E4%B9%94%E4%BC%A0&ie=utf-8&tn=sitehao123_03" target="_blank">楚乔传</a></span><span class="point-state point-state-rise"></span><span>538848</span><a href="https://www.baidu.com/s?wd=%E6%A5%9A%E4%B9%94%E4%BC%A0&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">3</span><span><a href="https://www.baidu.com/s?wd=%E6%AC%A2%E4%B9%90%E9%A2%822&ie=utf-8&tn=sitehao123_03" target="_blank">欢乐颂2</a></span><span class="point-state point-state-fall"></span><span>257015</span><a href="https://www.baidu.com/s?wd=%E6%AC%A2%E4%B9%90%E9%A2%822&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>4</span><span><a href="https://www.baidu.com/s?wd=%E6%AC%A2%E4%B9%90%E9%A2%82&ie=utf-8&tn=sitehao123_03" target="_blank">欢乐颂</a></span><span class="point-state point-state-fall"></span><span>176799</span><a href="https://www.baidu.com/s?wd=%E6%AC%A2%E4%B9%90%E9%A2%82&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>5</span><span><a href="https://www.baidu.com/s?wd=%E8%81%8C%E5%9C%BA%E6%98%AF%E4%B8%AA%E6%8A%80%E6%9C%AF%E6%B4%BB&ie=utf-8&tn=sitehao123_03" target="_blank">职场是个技术活</a></span><span class="point-state point-state-rise"></span><span>73102</span><a href="https://www.baidu.com/s?wd=%E8%81%8C%E5%9C%BA%E6%98%AF%E4%B8%AA%E6%8A%80%E6%9C%AF%E6%B4%BB&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>6</span><span><a href="https://www.baidu.com/s?wd=%E6%8B%A9%E5%A4%A9%E8%AE%B0&ie=utf-8&tn=sitehao123_03" target="_blank">择天记</a></span><span class="point-state point-state-fall"></span><span>67290</span><a href="https://www.baidu.com/s?wd=%E6%8B%A9%E5%A4%A9%E8%AE%B0&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>7</span><span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E9%A3%9F%E5%A4%A7%E5%86%92%E9%99%A9&ie=utf-8&tn=sitehao123_03" target="_blank">美食大冒险</a></span><span class="point-state point-state-rise"></span><span>61792</span><a href="https://www.baidu.com/s?wd=%E7%BE%8E%E9%A3%9F%E5%A4%A7%E5%86%92%E9%99%A9&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>8</span><span><a href="https://www.baidu.com/s?wd=%E5%BA%9F%E6%9F%B4%E5%85%84%E5%BC%9F&ie=utf-8&tn=sitehao123_03" target="_blank">废柴兄弟</a></span><span class="point-state point-state-rise"></span><span>50419</span><a href="https://www.baidu.com/s?wd=%E5%BA%9F%E6%9F%B4%E5%85%84%E5%BC%9F&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>9</span><span><a href="https://www.baidu.com/s?wd=%E4%BA%BA%E6%B0%91%E7%9A%84%E5%90%8D%E4%B9%89&ie=utf-8&tn=sitehao123_03" target="_blank">人民的名义</a></span><span class="point-state point-state-fall"></span><span>46353</span><a href="https://www.baidu.com/s?wd=%E4%BA%BA%E6%B0%91%E7%9A%84%E5%90%8D%E4%B9%89&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>10</span><span><a href="https://www.baidu.com/s?wd=%E4%B8%89%E7%94%9F%E4%B8%89%E4%B8%96%E5%8D%81%E9%87%8C%E6%A1%83%E8%8A%B1&ie=utf-8&tn=sitehao123_03" target="_blank">三生三世十里桃花</a></span><span class="point-state point-state-rise"></span><span>24386</span><a href="https://www.baidu.com/s?wd=%E4%B8%89%E7%94%9F%E4%B8%89%E4%B8%96%E5%8D%81%E9%87%8C%E6%A1%83%E8%8A%B1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div></div></div></div></div><div><div class="top top-yellow" monkey="zy"><h2 id="综艺">综艺</h2><div><div class="point-hd clearfix"><span>排名</span><span>关键词</span><span>搜索指数</span></div><div><div class="point clearfix"><span class="point-rank point-rank-top3">1</span><span><a href="https://www.baidu.com/s?wd=%E5%8F%98%E5%BD%A2%E8%AE%A1&ie=utf-8&tn=sitehao123_03" target="_blank">变形计</a></span><span class="point-state point-state-fall"></span><span>223319</span><a href="https://www.baidu.com/s?wd=%E5%8F%98%E5%BD%A2%E8%AE%A1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">2</span><span><a href="https://www.baidu.com/s?wd=%E6%9D%A5%E5%90%A7%E5%86%A0%E5%86%9B&ie=utf-8&tn=sitehao123_03" target="_blank">来吧冠军</a></span><span class="point-state point-state-fall"></span><span>151641</span><a href="https://www.baidu.com/s?wd=%E6%9D%A5%E5%90%A7%E5%86%A0%E5%86%9B&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span class="point-rank point-rank-top3">3</span><span><a href="https://www.baidu.com/s?wd=%E6%8B%9C%E6%89%98%E4%BA%86%E5%86%B0%E7%AE%B1&ie=utf-8&tn=sitehao123_03" target="_blank">拜托了冰箱</a></span><span class="point-state point-state-rise"></span><span>149596</span><a href="https://www.baidu.com/s?wd=%E6%8B%9C%E6%89%98%E4%BA%86%E5%86%B0%E7%AE%B1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>4</span><span><a href="https://www.baidu.com/s?wd=%E6%98%86%E4%BB%91%E5%86%B3&ie=utf-8&tn=sitehao123_03" target="_blank">昆仑决</a></span><span class="point-state point-state-fall"></span><span>139633</span><a href="https://www.baidu.com/s?wd=%E6%98%86%E4%BB%91%E5%86%B3&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>5</span><span><a href="https://www.baidu.com/s?wd=%E5%A4%A9%E7%94%9F%E6%98%AF%E4%BC%98%E6%88%91&ie=utf-8&tn=sitehao123_03" target="_blank">天生是优我</a></span><span class="point-state point-state-fall"></span><span>124472</span><a href="https://www.baidu.com/s?wd=%E5%A4%A9%E7%94%9F%E6%98%AF%E4%BC%98%E6%88%91&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>6</span><span><a href="https://www.baidu.com/s?wd=%E5%A7%90%E5%A7%90%E5%A5%BD%E9%A5%BF&ie=utf-8&tn=sitehao123_03" target="_blank">姐姐好饿</a></span><span class="point-state point-state-rise"></span><span>99619</span><a href="https://www.baidu.com/s?wd=%E5%A7%90%E5%A7%90%E5%A5%BD%E9%A5%BF&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>7</span><span><a href="https://www.baidu.com/s?wd=%E8%84%91%E5%8A%9B%E7%94%B7%E4%BA%BA%E6%97%B6%E4%BB%A3&ie=utf-8&tn=sitehao123_03" target="_blank">脑力男人时代</a></span><span class="point-state point-state-fall"></span><span>68735</span><a href="https://www.baidu.com/s?wd=%E8%84%91%E5%8A%9B%E7%94%B7%E4%BA%BA%E6%97%B6%E4%BB%A3&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>8</span><span><a href="https://www.baidu.com/s?wd=%E5%A5%94%E8%B7%91%E5%90%A7%E5%85%84%E5%BC%9F&ie=utf-8&tn=sitehao123_03" target="_blank">奔跑吧兄弟</a></span><span class="point-state point-state-fall"></span><span>61903</span><a href="https://www.baidu.com/s?wd=%E5%A5%94%E8%B7%91%E5%90%A7%E5%85%84%E5%BC%9F&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>9</span><span><a href="https://www.baidu.com/s?wd=%E6%88%91%E6%83%B3%E5%92%8C%E4%BD%A0%E5%94%B1&ie=utf-8&tn=sitehao123_03" target="_blank">我想和你唱</a></span><span class="point-state point-state-rise"></span><span>59249</span><a href="https://www.baidu.com/s?wd=%E6%88%91%E6%83%B3%E5%92%8C%E4%BD%A0%E5%94%B1&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div><div class="point clearfix"><span>10</span><span><a href="https://www.baidu.com/s?wd=%E7%8E%AB%E7%91%B0%E4%B9%8B%E6%97%85&ie=utf-8&tn=sitehao123_03" target="_blank">玫瑰之旅</a></span><span class="point-state point-state-rise"></span><span>50425</span><a href="https://www.baidu.com/s?wd=%E7%8E%AB%E7%91%B0%E4%B9%8B%E6%97%85&ie=utf-8&tn=sitehao123_03" target="_blank"></a></div></div></div></div></div></div></div></div>

</div>
</div>
<div id="lift"><div class="item feedback"><div></div><div><a href="http://www.hao123.com/feedback" target="_blank">意见反馈</a></div></div><div class="item gototop"><div></div><div><a href="#" id="returntop">返回顶部</a></div></div></div>









<div class="c-footer w1190 " monkey="erji-footer"><div><div class="left-wrap clearfix"><a href="https://www.hao123.com" target="_blank" monkey="logo">hao123 上网导航第一品牌</a><div monkey="nav"><a href="http://www.hao123.com/abouthao123.htm" target="_target">关于我们</a><a href="http://www.hao123.com/redian/problem.htm" target="_taregt">常见问题</a><a href="http://www.hao123.com/feedback" target="_blank">反馈意见</a><a href="http://www.hao123.com/sitemap" target="_blank">全站地图</a><span>京ICP证030173号</span></div></div><div><div class="extend-nav clearfix" monkey="tools"><a href="http://www.hao123.com/shouji" target="_blank"><i></i><span>下载<br>手机端</span></a><a href="javascript:;" target="_black" data-hook="addBookmark"><i></i><span>收藏<br>本站</span></a></div></div></div></div>




<script type="text/javascript" src="http://s0.hao123img.com/res/js/common/as.min.js?_=2434"></script>










<script src="http://s2.hao123img.com/resource/fe/js/lib/main.5a7c104a8.js"></script>
<script>BigPipe.lazyPagelets = [];</script>
<script>BigPipe.loadedResource(["5a7c104a8_7959","d8b3cc9ac_29e3","38645dd_f7dd","8d1d978b0_a316","6cca09af6_f07f","a0832ac19_fb25","25330c25d_ce62","deba0d4c0_c8fe","1c81d5fc6_a695","0c7877e81_8719","6e9548c75_e646","38645dd_0f3e","3f6d691_9321","4d7a174_ccfc","9e71d5b_bed3","b016c1d_d1a3","e073b71_9403","77f7c66_45f3","95a138325_0731"]);</script><script>BigPipe.hooks["__cb_0_1"]=function(){&#39;use strict&#39;;

            var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);
            var fixreferrer = require(&#39;fe:widget/js/base/fixreferrer.js&#39;);
            HAO.https && fixreferrer.init($(document));
        };</script>
<script>BigPipe.hooks["__cb_0_2"]=function(){&#39;use strict&#39;;
var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);$(&#39;div[data-hook="sitemap"]&#39;).on(&#39;mouseenter&#39;, function (e) {$(this).addClass(&#39;sitemap-hover&#39;);}).on(&#39;mouseleave&#39;, function (e) {$(this).removeClass(&#39;sitemap-hover&#39;);});};</script>
<script>BigPipe.hooks["__cb_0_3"]=function(){&#39;use strict&#39;;
var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);var Search = require(&#39;fe:widget/js/base/search.js&#39;);var headerSearchInstance = new Search($(&#39;form[data-hook="search-form"]&#39;));};</script>
<script>BigPipe.hooks["__cb_0_4"]=function(){&#39;use strict&#39;;
var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);var events = require(&#39;fe:widget/js/lib/events.js&#39;);var login = require(&#39;fe:widget/js/base/login.js&#39;);var sethome = require(&#39;fe:widget/js/base/sethome.js&#39;);var $loginCon = $(&#39;div[data-hook="c-header-login"]&#39;);var $loginDrop = $(&#39;div[js-hook="popup-list"]&#39;);login.init();events.on(&#39;loginSuccess&#39;, function(userinfo) {$loginCon.addClass(&#39;success&#39;);$loginCon.find(&#39;.key .word&#39;).html(userinfo.userName);/* if ($loginCon.find(&#39;.key .word&#39;).width() >= 60) {$loginCon.find(&#39;.key .word&#39;).width(50);$loginDrop.outerWidth($loginCon.outerWidth());}*/$(&#39;[data-hook=login]&#39;).removeAttr(&#39;data-hook&#39;);});$loginCon.mouseenter(function() {if($(this).hasClass(&#39;success&#39;)) {$(this).addClass(&#39;hover&#39;);}}).mouseleave(function() {$(this).removeClass(&#39;hover&#39;);});$(&#39;div[data-hhok="qrcode"]&#39;).on(&#39;mouseenter&#39;, function () {$(this).children(&#39;div&#39;).show();}).on(&#39;mouseleave&#39;, function () {$(this).children(&#39;div&#39;).hide();}).on(&#39;click&#39;, function (ev) {if ($(this).children(&#39;div&#39;).length > 0) {return false;}});if($(&#39;[data-hook=setHome]&#39;).length) {sethome.init();}};</script>
<script>BigPipe.hooks["__cb_0_5"]=function(){&#39;use strict&#39;;
var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);var popupWidth;$(&#39;div[data-hook="nav-more"]&#39;).on(&#39;mouseenter&#39;, function () {popupWidth = $(this).children(&#39;div&#39;).width();$(this).addClass(&#39;nav-more-hover&#39;);}).on(&#39;mouseleave&#39;, function () {$(this).removeClass(&#39;nav-more-hover&#39;);});};</script>
<script>BigPipe.hooks["__cb_0_6"]=function(){&#39;use strict&#39;;
var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);var $v2Header = $(&#39;#erjiV2Header&#39;);var $fixedNav = $(&#39;#fixedNav&#39;);if ($v2Header.hasClass(&#39;v2-fixed&#39;) && !($.browser.msie && $.browser.version < 7)) {var offHeight = 0;$(window).scroll(function () {offHeight = $v2Header.offset().top + 60;if ($(window).scrollTop() >= offHeight) {if (!$fixedNav.hasClass(&#39;nav-v2-fixed&#39;)) {$fixedNav.addClass(&#39;nav-v2-fixed&#39;).find(&#39;li.cur&#39;).removeClass(&#39;cur&#39;).addClass(&#39;cur&#39;);}}else if ($fixedNav.hasClass(&#39;nav-v2-fixed&#39;)) {$fixedNav.removeClass(&#39;nav-v2-fixed&#39;).find(&#39;li.cur&#39;).removeClass(&#39;cur&#39;).addClass(&#39;cur&#39;);}});}};</script>
<script>BigPipe.hooks["__cb_0_7"]=function(){&#39;use strict&#39;;
var $ = require(&#39;fe:widget/js/base/jquery.js&#39;);var Slider = require(&#39;fe:widget/js/util/slider.js&#39;);new Slider($(&#39;.slider&#39;));};</script>
<script>BigPipe.hooks["__cb_0_8"]=function(){&#39;use strict&#39;;
if(typeof BAIDU_SS_HHRUN!=&#39;function&#39;){var d=document;(d.getElementsByTagName(&#39;head&#39;)[0]||d.body).appendChild(d.createElement(&#39;script&#39;)).src=&#39;http://su.bdimg.com/static/dspui/js/ls.js?v=&#39;+~(-new Date()/5600e5)}else{BAIDU_SS_HHRUN()}};</script>
<script>BigPipe.hooks["__cb_0_9"]=function(){&#39;use strict&#39;;
var lifttop = require(&#39;tuijian:widget/lift/lifttop.js&#39;);lifttop();};</script>
<script>BigPipe.hooks["__cb_0_10"]=function(){&#39;use strict&#39;;

        window._bd_share_config = {
            common : {
                bdText : &#39;&#39;,
                bdDesc : &#39;&#39;,
                bdUrl : &#39;&#39;,
                bdPic : &#39;&#39;
            },
            share : {
                "bdSize" : 24
            },
            selectShare : [{
                "bdselectMiniList" : [&#39;tsina&#39;,&#39;weixin&#39;,&#39;qzone&#39;]
            }]
        };
        (document.getElementsByTagName(&#39;head&#39;)[0]||document.body)
        .appendChild(document.createElement(&#39;script&#39;)).src=&#39;http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion=&#39;+~(-new Date());

        var shareEvent = require(&#39;tuijian:widget/index/content/shareEvent.js&#39;);
        shareEvent();
    };</script>
<script>BigPipe.hooks["__cb_0_11"]=function(){&#39;use strict&#39;;
var addBookmark = require(&#39;fe:widget/js/base/addbookmark.js&#39;);addBookmark.init();};</script>
<script>BigPipe.hooks["__cb_0_12"]=function(){&#39;use strict&#39;;

            
            (function initTrack(o){
                var d = document;
                var x = d.createElement("script");
                x.src = HAO.httpsTrans(&#39;http://s0.hao123img.com/res/js/track.js&#39;) + &#39;?&#39;+~(new Date/36e5);
                var a=[];
                if(o){
                  for(var i in o){
                    a.push(i + ":" + (o[i]))
                  }
                  var config = a.join(";");
                  x.setAttribute("data-log-config", config);
                  var s = d.getElementsByTagName("script")[0].parentNode;
                  var p= s || d.head;
                  if(p) {
                    setTimeout(function() {
                        p.appendChild(x)
                    }, 0);
                  }
                }
            })({
                  pageId: window.pageId,
                  page: window.pageId,
                  level: 2,
                  vp: window.pageVP || window.pageId,
                aid: window.aid || &#39;&#39;
            });
            
            window.js_track_loaded = function (success) {
                if (success) {
                    window.js_track_loaded = null;
                    if (window.aid) {
                        /* globals Monkey */
                        Monkey && Monkey.set && Monkey.set(&#39;aid&#39;, window.aid);
                    }
                }
            };

            // 跨站资源统计
            /* (function (doc) {
                var s = doc.createElement(&#39;script&#39;);
                s.src = HAO.httpsTrans(&#39;http://s0.hao123img.com/res/js/fe/cspalog.js&#39;) + &#39;?t=&#39; + (+new Date);
                var parent = doc.getElementsByTagName(&#39;script&#39;)[0].parentNode;
                parent.appendChild(s);
            })(document); */
        };</script>
<script>BigPipe.hooks["__cb_0_13"]=function(){&#39;use strict&#39;;

    require.defer(["fe:widget/js/base/jquery.js","fe:widget/js/base/detect.js","tuijian:widget/index/kuaixun.js"], function ($, detect, kuaixun) {
        $(document).ready(function() {
            detect();
            kuaixun.init();
        });
    });
};</script>
<script>BigPipe.setResourceMap({"d8b3cc9ac_29e3":{"src":"http:\/\/s1.hao123img.com\/resource\/fe\/pkg\/aio-eef856ab5.231bb088c.css","type":"css","deps":[],"mods":["fe:resource\/css\/base.less"]},"38645dd_f7dd":{"src":"http:\/\/s2.hao123img.com\/resource\/tuijian\/css\/hotrank.38645dd.css","type":"css","deps":[],"mods":["tuijian:resource\/css\/hotrank.less"]},"8d1d978b0_a316":{"src":"http:\/\/s1.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/header.8d1d978b0.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/header.less"]},"6cca09af6_f07f":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/logo\/logo.6cca09af6.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/logo\/logo.less"]},"a0832ac19_fb25":{"src":"http:\/\/s1.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/sitemap\/sitemap.a0832ac19.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/sitemap\/sitemap.less"]},"25330c25d_ce62":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/adv\/adv.25330c25d.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/adv\/adv.less"]},"deba0d4c0_c8fe":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/form\/form.deba0d4c0.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/form\/form.less"]},"1c81d5fc6_a695":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/tools\/tools.1c81d5fc6.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/tools\/tools.less"]},"0c7877e81_8719":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/nav\/nav.0c7877e81.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/nav\/nav.less"]},"6e9548c75_e646":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/widget\/ui\/header\/common\/v2\/tuiguang\/tuiguang.6e9548c75.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/v2\/tuiguang\/tuiguang.less"]},"38645dd_0f3e":{"src":"http:\/\/s0.hao123img.com\/resource\/tuijian\/widget\/index\/hotrank\/hotrank.38645dd.css","type":"css","deps":[],"mods":["tuijian:widget\/index\/hotrank\/hotrank.less"]},"3f6d691_9321":{"src":"http:\/\/s2.hao123img.com\/resource\/tuijian\/widget\/index\/hotrank\/index\/slider\/slider.3f6d691.css","type":"css","deps":[],"mods":["tuijian:widget\/index\/hotrank\/index\/slider\/slider.less"]},"4d7a174_ccfc":{"src":"http:\/\/s0.hao123img.com\/resource\/tuijian\/widget\/index\/hotrank\/common\/slider\/slider.4d7a174.css","type":"css","deps":[],"mods":["tuijian:widget\/index\/hotrank\/common\/slider\/slider.less"]},"9e71d5b_bed3":{"src":"http:\/\/s0.hao123img.com\/resource\/tuijian\/widget\/index\/hotrank\/index\/news\/news.9e71d5b.css","type":"css","deps":[],"mods":["tuijian:widget\/index\/hotrank\/index\/news\/news.less"]},"b016c1d_d1a3":{"src":"http:\/\/s1.hao123img.com\/resource\/tuijian\/widget\/index\/hotrank\/index\/fyb\/fyb.b016c1d.css","type":"css","deps":[],"mods":["tuijian:widget\/index\/hotrank\/index\/fyb\/fyb.less"]},"e073b71_9403":{"src":"http:\/\/s0.hao123img.com\/resource\/tuijian\/widget\/index\/hotrank\/index\/top\/top.e073b71.css","type":"css","deps":[],"mods":["tuijian:widget\/index\/hotrank\/index\/top\/top.less"]},"77f7c66_45f3":{"src":"http:\/\/s0.hao123img.com\/resource\/tuijian\/widget\/lift\/lift.77f7c66.css","type":"css","deps":[],"mods":["tuijian:widget\/lift\/lift.less"]},"95a138325_0731":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/pkg\/aio-8155b5719.3dd99d32e.css","type":"css","deps":[],"mods":["fe:widget\/ui\/footer\/common\/footer.less"]},"ed29b1dff_99f2":{"src":"http:\/\/s1.hao123img.com\/resource\/fe\/pkg\/aio-752ba7752.ed29b1dff.js","type":"js","deps":[],"mods":["fe:widget\/js\/base\/jquery.js"]},"499abaa0e_acda":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/pkg\/aio-eef856ab5.499abaa0e.js","type":"js","deps":["ed29b1dff_99f2","15f327f0a_5d72"],"mods":["fe:widget\/js\/base\/browser.js","fe:widget\/js\/base\/fixreferrer.js"]},"15f327f0a_5d72":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/pkg\/aio-95cc3013d.15f327f0a.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["fe:widget\/js\/base\/cookie.js"]},"331938377_b942":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/pkg\/aio-1c2d6f9f2.2b182a527.css","type":"css","deps":[],"mods":["fe:widget\/ui\/header\/common\/header.less"]},"2009b1512_46d0":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/pkg\/aio-1c2d6f9f2.2009b1512.js","type":"js","deps":["ed29b1dff_99f2","15f327f0a_5d72","331938377_b942"],"mods":["fe:widget\/js\/base\/sethome.js","fe:widget\/js\/lib\/events.js","fe:widget\/js\/base\/login.js","fe:widget\/js\/third\/arttemplate\/template-native.js","fe:widget\/js\/base\/autocomplete.js","fe:widget\/js\/base\/search.js","fe:widget\/ui\/header\/common\/header.js"]},"9a092a7f1_2a6f":{"src":"http:\/\/s0.hao123img.com\/resource\/fe\/widget\/js\/util\/slider.9a092a7f1.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["fe:widget\/js\/util\/slider.js"]},"f271c78_c7d7":{"src":"http:\/\/s0.hao123img.com\/resource\/tuijian\/widget\/lift\/lifttop.f271c78.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["tuijian:widget\/lift\/lifttop.js"]},"4d39d64_93de":{"src":"http:\/\/s1.hao123img.com\/resource\/tuijian\/widget\/index\/content\/shareEvent.4d39d64.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["tuijian:widget\/index\/content\/shareEvent.js"]},"3ac67f28c_b365":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/pkg\/aio-8155b5719.3ac67f28c.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["fe:widget\/js\/base\/addbookmark.js"]},"67402ee5d_d72b":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/widget\/js\/base\/track.67402ee5d.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["fe:widget\/js\/base\/track.js"]},"f97e9ecfd_31c5":{"src":"http:\/\/s1.hao123img.com\/resource\/fe\/widget\/js\/base\/detect.f97e9ecfd.js","type":"js","deps":["67402ee5d_d72b"],"mods":["fe:widget\/js\/base\/detect.js"]},"2e29525_fe44":{"src":"http:\/\/s1.hao123img.com\/resource\/tuijian\/widget\/index\/kuaixun.2e29525.js","type":"js","deps":["ed29b1dff_99f2"],"mods":["tuijian:widget\/index\/kuaixun.js"]},"5a7c104a8_7959":{"src":"http:\/\/s2.hao123img.com\/resource\/fe\/js\/lib\/main.5a7c104a8.js","type":"js","deps":[],"mods":["fe:resource\/js\/lib\/main.js"]}});</script>
<script>BigPipe.onPageletArrive({"id":null,"children":[],"renderMode":"default","parent":null,"deps":{"beforedisplay":["d8b3cc9ac_29e3","38645dd_f7dd","8d1d978b0_a316","6cca09af6_f07f","a0832ac19_fb25","25330c25d_ce62","deba0d4c0_c8fe","1c81d5fc6_a695","0c7877e81_8719","6e9548c75_e646","38645dd_0f3e","3f6d691_9321","4d7a174_ccfc","9e71d5b_bed3","b016c1d_d1a3","e073b71_9403","77f7c66_45f3","95a138325_0731"],"load":["ed29b1dff_99f2","499abaa0e_acda","2009b1512_46d0","9a092a7f1_2a6f","f271c78_c7d7","4d39d64_93de","3ac67f28c_b365"]},"hooks":{"load":["__cb_0_1","__cb_0_2","__cb_0_3","__cb_0_4","__cb_0_5","__cb_0_6","__cb_0_7","__cb_0_8","__cb_0_9","__cb_0_10","__cb_0_11","__cb_0_12","__cb_0_13"]}});</script>
</body></html><!--24343361510346110218060803-->
<script> var _trace_page_logid = 2434336151; </script>

Filter data

Based on the variety show hot spots on the webpage

The relevant source code is as follows

Through analysis, it can be seen that the 'variety show' module and other modules are located in

. Among them, the monkey='zy' of the inner layer p of the variety show module, The information of the 10 variety shows in the variety show module is located in

, and the name of the variety show is located in

cheerio

How do we get useful data from the source code? First, nodeJS does not support document objects. If you want to use a stupid method, you can only use regular expressions to process

cheerio is specially customized by nodejs for the server side, and can quickly and flexibly implement the JQuery core. It works on the DOM model, and is very efficient in parsing, operating and rendering

【Installation】

【Use】

It The usage method is quite similar to jQuery, and it is very easy to get started. Take the name of the top 10 popular variety shows as an example

var http = require('http');
var cheerio = require('cheerio');
http.get('http://tuijian.hao123.com/hotrank',function(res){
    var data = '';
    res.on('data',function(chunk){
        data += chunk;
    });
    res.on('end',function(){
        filter(data);
    })
});
function filter(data){
    //保存搜索量前10的综艺节目标题
    var result = [];
    //将页面源代码转换为$对象
    var $ = cheerio.load(data);
    //查找每个综艺节目标题的外层div
    var temp_arr = $('[monkey = "zy"]').find('.point-bd').find('.point-title');
    //将综艺节目标题依次保存到结果数组中
    temp_arr.each(function(index,item){
        result.push($(item).text());
    })
    //[ '变形计','来吧冠军','拜托了冰箱','昆仑决','天生是优我','姐姐好饿','脑力男人时代','奔跑吧兄弟','我想和你唱','玫瑰之旅' ]
    console.log(result);
}

crawler code

The following is the 'real-time hot spots' in the hao123 web page, The rankings of the six parts of 'Today's Hot Topics', 'People's Livelihood Hot Topics', 'Movies', 'TV Series' and 'Variety Shows' are climbed down and placed in the array in the object named 'result'. The commands are 'ss', ' jr', 'ms', 'dy', 'dsj', 'zy'

[The code is as follows]

var http = require('http');
var cheerio = require('cheerio');
http.get('http://tuijian.hao123.com/hotrank',function(res){
    var data = '';
    res.on('data',function(chunk){
        data += chunk;
    });
    res.on('end',function(){
        filter(data);
    })
});
function filter(data){
    //保存各部分搜索量前10的名称
    //对象名为榜单名,如'实时热点'
    //对象内容为10个标题名称组成的数组
    var result = {};
    //将页面源代码转换为$对象
    var $ = cheerio.load(data);
    //查找'实时热点'、'今日热点'、'民生热点'、'电影'、'电视剧'、'综艺'这6个榜单所在的div
    var temp_div = $('.top-wrap');

    //保存榜单名称
    var temp_title = [];

    temp_div.each(function(index,item){
        //查找榜单名,并保存到temp_title文件夹中
        temp_title.push($(item).find('h2').text());

        //查找每类下每个标题的外层div
        var temp_arr = $(item).find('.point-bd').find('.point-title');

        //将result下的每个榜单初始化为一个数组
        var innerResult = result[temp_title[index]] = [];

        //将节目标题依次保存到相应榜单的数组中
        temp_arr.each(function(_index,_item){
            innerResult.push($(_item).text())
        })
    })
    console.log(result);
}

[The results are as follows]

{ '实时热点': 
   [ '美国逮捕女斯诺登',
     '成都隐秘母乳买卖',
     '曝周杰伦青涩旧照',
     '老头公交强吻女孩',
     '王传君恋情曝光',
     '杭州现奇葩窗口',
     '忘带全班准考证',
     '未成年持械拍网红',
     '9秒揍儿子8拳',
     '戴耳机穿轨道被撞' ],
  '今日热点': 
   [ '北京回龙观大火',
     '选美冠军车祸身亡',
     '2017高考',
     '成都老火锅店被查',
     '陈浩民娇妻秀身材',
     '海边直播发现浮尸',
     '曝印小天遭妻骗婚',
     '苹果开发者大会',
     '6万斤鱼缺氧死亡',
     '安以轩夏威夷大婚' ],
  '民生热点': 
   [ '北京回龙观大火',
     '2017高考',
     '成都老火锅店被查',
     '海边直播发现浮尸',
     '苹果开发者大会',
     '6万斤鱼缺氧死亡',
     '北控外援训练猝死',
     '武汉男子裸体捅人',
     '多国与卡塔尔断交',
     '美驻华外交官辞职' ],
  '电影': 
   [ '神奇女侠',
     '异星觉醒',
     '新木乃伊',
     '中国推销员',
     '荡寇风云',
     '异兽来袭',
     '李雷和韩梅梅',
     '北极星',
     '美好的意外',
     '夏天19岁的肖像' ],
  '电视剧': 
   [ '龙珠传奇',
     '楚乔传',
     '欢乐颂2',
     '欢乐颂',
     '职场是个技术活',
     '择天记',
     '美食大冒险',
     '废柴兄弟',
     '人民的名义',
     '三生三世十里桃花' ],
  '综艺': 
   [ '变形计',
     '来吧冠军',
     '拜托了冰箱',
     '昆仑决',
     '天生是优我',
     '姐姐好饿',
     '脑力男人时代',
     '奔跑吧兄弟',
     '我想和你唱',
     '玫瑰之旅' ] }
[Finished in 0.7s]

For more programming-related knowledge, please visit: Introduction to Programming! !

The above is the detailed content of A brief discussion on using nodejs to implement a simple web crawler function (example sharing). For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:博客园. If there is any infringement, please contact admin@php.cn delete
Python vs. JavaScript: A Comparative Analysis for DevelopersPython vs. JavaScript: A Comparative Analysis for DevelopersMay 09, 2025 am 12:22 AM

The main difference between Python and JavaScript is the type system and application scenarios. 1. Python uses dynamic types, suitable for scientific computing and data analysis. 2. JavaScript adopts weak types and is widely used in front-end and full-stack development. The two have their own advantages in asynchronous programming and performance optimization, and should be decided according to project requirements when choosing.

Python vs. JavaScript: Choosing the Right Tool for the JobPython vs. JavaScript: Choosing the Right Tool for the JobMay 08, 2025 am 12:10 AM

Whether to choose Python or JavaScript depends on the project type: 1) Choose Python for data science and automation tasks; 2) Choose JavaScript for front-end and full-stack development. Python is favored for its powerful library in data processing and automation, while JavaScript is indispensable for its advantages in web interaction and full-stack development.

Python and JavaScript: Understanding the Strengths of EachPython and JavaScript: Understanding the Strengths of EachMay 06, 2025 am 12:15 AM

Python and JavaScript each have their own advantages, and the choice depends on project needs and personal preferences. 1. Python is easy to learn, with concise syntax, suitable for data science and back-end development, but has a slow execution speed. 2. JavaScript is everywhere in front-end development and has strong asynchronous programming capabilities. Node.js makes it suitable for full-stack development, but the syntax may be complex and error-prone.

JavaScript's Core: Is It Built on C or C  ?JavaScript's Core: Is It Built on C or C ?May 05, 2025 am 12:07 AM

JavaScriptisnotbuiltonCorC ;it'saninterpretedlanguagethatrunsonenginesoftenwritteninC .1)JavaScriptwasdesignedasalightweight,interpretedlanguageforwebbrowsers.2)EnginesevolvedfromsimpleinterpreterstoJITcompilers,typicallyinC ,improvingperformance.

JavaScript Applications: From Front-End to Back-EndJavaScript Applications: From Front-End to Back-EndMay 04, 2025 am 12:12 AM

JavaScript can be used for front-end and back-end development. The front-end enhances the user experience through DOM operations, and the back-end handles server tasks through Node.js. 1. Front-end example: Change the content of the web page text. 2. Backend example: Create a Node.js server.

Python vs. JavaScript: Which Language Should You Learn?Python vs. JavaScript: Which Language Should You Learn?May 03, 2025 am 12:10 AM

Choosing Python or JavaScript should be based on career development, learning curve and ecosystem: 1) Career development: Python is suitable for data science and back-end development, while JavaScript is suitable for front-end and full-stack development. 2) Learning curve: Python syntax is concise and suitable for beginners; JavaScript syntax is flexible. 3) Ecosystem: Python has rich scientific computing libraries, and JavaScript has a powerful front-end framework.

JavaScript Frameworks: Powering Modern Web DevelopmentJavaScript Frameworks: Powering Modern Web DevelopmentMay 02, 2025 am 12:04 AM

The power of the JavaScript framework lies in simplifying development, improving user experience and application performance. When choosing a framework, consider: 1. Project size and complexity, 2. Team experience, 3. Ecosystem and community support.

The Relationship Between JavaScript, C  , and BrowsersThe Relationship Between JavaScript, C , and BrowsersMay 01, 2025 am 12:06 AM

Introduction I know you may find it strange, what exactly does JavaScript, C and browser have to do? They seem to be unrelated, but in fact, they play a very important role in modern web development. Today we will discuss the close connection between these three. Through this article, you will learn how JavaScript runs in the browser, the role of C in the browser engine, and how they work together to drive rendering and interaction of web pages. We all know the relationship between JavaScript and browser. JavaScript is the core language of front-end development. It runs directly in the browser, making web pages vivid and interesting. Have you ever wondered why JavaScr

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools