loklak / loklak_server

Distributed Open Source twitter and social media message search server that anonymously collects, shares, dumps and indexes data http://api.loklak.org
GNU Lesser General Public License v2.1
1.38k stars 223 forks source link

Implement data collection from Chinese twitter like service weibo.com #217

Closed mariobehling closed 7 years ago

mariobehling commented 8 years ago

The implementation needs to stick to the loklak processes and formats.

DengYiping commented 8 years ago

Weibo may need a little work because they are very strict in the crawling rate. I've crawled weibo last year and it is not successful. We need to implement a proxy pool first, maybe run our own server to scan proxy.

DengYiping commented 8 years ago

My current solution is using Selenium, and I have not upload to Github yet because it is not stable enough and Selenium takes too much resources( it is a headless browser, still a browser). Sina(the company that runs weibo) bans my account frequently. I currently has a stable one crawling on another Chinese twitter like service: Shuoshuo, it is open sourced in Github and tested by a lot of my friends. I have planned to rewrite it using Scala and change the Data Store from MongoDB to Elastic-search( it is written in C++ right now). If possible, I want to merge into loklak_server.

mariobehling commented 8 years ago

@DengYiping Thanks for the input. Loklak already has the feature in the config to control the crawling rate. Also the peer to peer structure will make it easier to spread the crawls (plus the loklak wok will enable every phone to join the crawling community). At the moment the first step would be to implement the crawling feature here at all. As you know loklak also adds sentiments and geolocation information to this data. It would be great to see how well the respective libraries are doing with a mainly Chinese language data set. Would be great to get your help to make it possible.

About Shuoshuo, could you open an issue for this server, please and we follow up there? Thank you.

Orbiter commented 8 years ago

I believe the worst problem is to understand the Chinese annotations on the web page, to fetch the right fields. Is there any Chinese-speaking supporter who can help me?

DengYiping commented 8 years ago

Yes,I can speak Chinese. @Orbiter

DengYiping commented 8 years ago

@mariobehling I will try to implement this, but it may take a while because I haven't read most of the code in loklak_server and figure out how to expose API for loklak or use API in loklak.

Orbiter commented 8 years ago

Hey @DengYiping what is the status on this?

jigyasa-grover commented 8 years ago

@mariobehling @Orbiter Thanks for assigning the issue. I was planning to first check out Weibo.com before beginning with planning on how to develop the crawler for the same during the upcoming week(s).

@Orbiter As mentioned here https://github.com/loklak/loklak_server/issues/217#issuecomment-171999140 , truly not being able to understand the Chinese annotations on the web page Weibo.com is a problem for me.

It displays Chinese script even after translating the page in Chrome. Ref: Screenshot attached.

screenshot from 2016-05-22 13 42 18

jigyasa-grover commented 8 years ago

Okay, so the Chrome translation works now.

I was exploring through the documentation of Weibo.com here Open Weibo | Search API

The test API call (for instance: http://api.t.sina.com.cn/search.(json)?q=food ) is however returning Error 503 Service Unavailable error. It is the same for the mentioned test API ( api.t.sina.com.cn/search.json?source=appkey&q=%E7%8E%8B%E8%8B%A5%E7%90%B3&callback=foo ) in the documentation.

Orbiter commented 8 years ago

Yes the official API is not working, at least not without an authorization. But for twitter we also do not user the official API becuase it would need a key. What we do is scraping, which means we extract the tweets from the html of the search result url for humans. In this case the url is http://s.weibo.com/weibo/search-term like http://s.weibo.com/weibo/berlin if you search for 'berlin'.

Please test that with your own search terms, compare the html source with the content of the web browser to identify where you can read which information pieces out of the html.

Then, we need a parser for the html.

jigyasa-grover commented 8 years ago

Yes @Orbiter , This method of http://s.weibo.com/weibo/search-term works just fine. I was planning to use JSoup for parsing the HTML page. Suggestions pls ?

jigyasa-grover commented 8 years ago

@Orbiter @mariobehling

I have given a very basic attempt to parse HTML page using JSoup

Refer https://github.com/jig08/loklak_server/commit/2cc184816e5750ab46496b67811a46c3e088bf11

The current code snippet run results in:

Jsoup Can read HTML page from URL, 
title : 微博搜索 - Berlin - 微博
text: 微博搜索 - Berlin - 微博 关于微博 微博帮助 意见反馈 开放平台 微博招聘 新浪网导航 社区管理中心 微博社区公约 Copyright © 2009-2016 WEIBO 北京微梦创科网络技术有限公司 京网文[2011]0398-130号京ICP备12002058号 Ú

Feedback appreciated so that I can work on it further :)

mariobehling commented 8 years ago

There are number of items missing. Please compare with the existing twitter indexer we have. What fields do we have here?

It should have the same fields. Just leave empty where you cannot get data for the moment. "Copyright notices" of a website are also not relevant, cause we don't copy Weibo, but just index a tweet.

Orbiter commented 8 years ago

I like the jsoup approach. Please go ahead with that solution. @mariobehling the title and text from the example above comes from the document title, thats the complete search result page @jig08 I consider that this was just an example-usage of jsoup. You must of course iterate over the embedded search results and extract their tweet data as Mario writes. If this is possible with jsoup, then its a good solution.

jigyasa-grover commented 8 years ago

@mariobehling That was a sample code which simply parsed the title and text of the HTML page to show the usage of suggested JSoup.

@Orbiter Thank You :grinning: After much exploration and sample implementation I too found it to be a simple and an effective solution. Let's see if it gets us the desired results. I am definitely working on it accordingly.

DengYiping commented 8 years ago

@jig08 Do you need any help right now? The API has some rate limit, you have to be careful about that.

jigyasa-grover commented 8 years ago

@DengYiping Yes, I certainly do need help. Okay, Could you pls elaborate a bit ?

The HTML source for the s.weibo.com/weibo/chocolate I am using for trial is as:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-Frame-Options" content="DENY " />
<meta content="IE=8" http-equiv="X-UA-Compatible" />
<title>微博搜索 - chocolate - 微博</title>
<noscript>
<meta http-equiv="refresh" content="0;url=/home?nojs=1">
</noscript>
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/common.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />

<!-- <link href="http://img.t.sinajs.cn/t6/style/css_v6/module/base/frame.css" type="text/css" rel="stylesheet" charset="utf-8"> 
<link href="http://img1.t.sinajs.cn/t6/style/css_v6/module/global/WB_global_nav.css" type="text/css" rel="stylesheet" charset="utf-8">
<link id="skin_style" href="http://img.t.sinajs.cn/t6/skin/skin048/skin.css" type="text/css" rel="stylesheet" charset="utf-8"> -->
 <link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/pages/weibo.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" /><link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/wbs_star_bg.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" /><link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/search_directarea.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/general.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/hot_ranktit.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/wbs_star_bg_1920.css?version=20160527122500" media="screen and (min-width:1920px) and (max-width:2048px)" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/wbs_star_bg_1680.css?version=20160527122500" media="screen and (max-width:1680px)" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/wbs_star_bg_1440.css?version=20160527122500" media="screen and (max-width:1440px)" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/wbs_star_bg_1366.css?version=20160527122500" media="screen and (max-width:1366px)" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/wbs_star_bg_1280.css?version=20160527122500" media="screen and (max-width:1280px)" type="text/css" rel="stylesheet" charset="utf-8" />
<script type="text/javascript">
 var $CONFIG = {};
  $CONFIG['islogin'] = '0';
 $CONFIG['uid'] = '0';
 $CONFIG['entry'] = 'weisousuo';
  $CONFIG['setCover'] = 1; //ie6hack
 $CONFIG['version'] = '20160527122500';
 $CONFIG['bigpipe'] = 'true';
 $CONFIG['timeDiff'] = (new Date() - 1464717277000);
 $CONFIG['product'] = 'search';
 $CONFIG['pageid'] = 'weibo';
 $CONFIG['skin'] = '';
 $CONFIG['lang'] = 'zh-cn';
 $CONFIG['jsPath'] = 'http://js.t.sinajs.cn/t4/';
 $CONFIG['cssPath'] = 'http://img.t.sinajs.cn/t4/';
 $CONFIG['imgPath'] = 'http://img.t.sinajs.cn/t4/';
 $CONFIG['servertime'] = 1464717277;
 $CONFIG['ad_url_jump'] = '';
  $CONFIG['bpType'] = 'main';
  $CONFIG['$webim'] = 0;
 $CONFIG['mJsPath'] = ['http://js{n}.t.sinajs.cn/t4/', 1, 2];
 $CONFIG['mCssPath'] = ['http://img{n}.t.sinajs.cn/t4/', 1, 2];
 $CONFIG['s_domain'] = 'http://s.weibo.com';
 $CONFIG['s_search'] = 'chocolate';
 </script><!--[if lte IE 8]>
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/pages/ie_bug.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
<![endif]-->
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/base/usually.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/list/feed.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
</head>
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/rela_person.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
<body class="S_weibo ">
<div class="S_wrap ">
 <div id="weibo_top_public"></div>
<link href="http://img.t.sinajs.cn/t4/appstyle/searchV45/css_v6/module/direct_weiguantuan.css?version=20160527122500" type="text/css" rel="stylesheet" charset="utf-8" />
 <!-- new usercard-->
<script src="http://js.t.sinajs.cn/t5/pack/js/bootstrap.js"></script>
<script>
WBWidget({
  }).load();
</script>
<script src="http://js.t.sinajs.cn/t5/pack/static/musicplayer/musicplayer_stk_v6.0.14.js"></script>
    <!-- // <script src="http://js.t.sinajs.cn/trunk_musicplayer/js/exports/musicplayer_stk.js"></script> -->
    <script>
    //设置用户uid 用于同步赞状态
    WEIBO_MUSIC_PLAYER.load({page_id:''});
    //监听赞事件
    //监听分享事件
    WEIBO_MUSIC_PLAYER.on('share', function (evt, song) {
    alert(song.copy);
    song //歌曲的所有信息    
    });
    </script>

<!-- 视频播放 -->
<script type="text/javascript" charset="UTF-8" src="http://sjs2.sinajs.cn/video/sinaplayer/js/page/player.js"></script> 
<div class="S_main">
 <div class="S_main_bg">
  <div class="search_head clearfix" id="pl_common_searchTop"></div>
  <div class="S_plwrap" id="pl_common_unLogin">
 <div class="S_plc" id="plc_main"></div>

  </div>
 </div>
</div>
<div class="search_footer W_textb">
  <div class="global_footer">
 <div class="other_link clearfix">
  <div class="help_link">
   <p>
   <a class="ico_service" href="http://ir.weibo.com/?bottomnav=1&wvr=5" target="_blank">关于微博</a>
   <a href="http://help.weibo.com/?refer=didao&bottomnav=1&wvr=5" target="_blank">微博帮助</a>
   <a href="http://help.weibo.com/newtopic/suggest?bottomnav=1&wvr=5" target="_blank">意见反馈</a>
   <a href="http://open.weibo.com/?bottomnav=1&wvr=5" target="_blank">开放平台</a>
   <a href="http://hr.weibo.com/?bottomnav=1&wvr=5" target="_blank">微博招聘</a>
   <a href="http://news.sina.com.cn/guide/?bottomnav=1&wvr=5" target="_blank">新浪网导航</a>
   <a href="http://service.account.weibo.com/?bottomnav=1&wvr=5" target="_blank">社区管理中心</a>
   <a href="http://service.account.weibo.com/roles/gongyue?bottomnav=1&wvr=5" target="_blank">微博社区公约</a>
   </p>
   <p class="company"><span class="copy S_txt2">Copyright &copy; 2009-2016 WEIBO 北京微梦创科网络技术有限公司</span>
   <span>
   <a href="http://weibo.com/aj/static/jww.html" target="_blank" class="S_txt2">京网文[2011]0398-130号</a><a href="http://www.miibeian.gov.cn" target="_blank" class="S_txt2">京ICP备12002058号</a>
    </span></p>
  </div>
 </div>
  </div>
 </div>
 <!-- 返回,分享 -->
  <div class="S_gotop" id="base_scrollToTop">
  <a suda-data="key=tblog_search_weibo&value=weibo_up" node-type="scrollToTop" class="W_gotop S_ficon_bg" href="javascript:void(0);" style="display:;"><em class="W_ficon ficon_backtop S_bg2_c">Ú</em></a> </div>
  <!-- <div class="right_btn" id="base_scrollToTop">
 <ul class="btn_list">
  <li node-type="scrollToTop" style="display:;"><a href="javascript:void(0);" class="bottom_btn" title=返回顶部 suda-data="key=tblog_search_v4.1&value=weibo_feed_back"><span><em class="btn_icon"><i class="search_icon icon_top"></i></em><em class="btn_txt">顶部</em></span></a></li>
  <li><a href="http://weibo.com/wbsearch?Refer=STopic_feedback" title=提交使用反馈 target="_blank" class="bottom_btn" suda-data="key=tblog_search_v4.1&value=weibo_feed_feedback"><span><em class="btn_icon"><i class="search_icon icon_feedback"></i></em><em class="btn_txt">反馈</em></span></a></li>
   </ul>
  </div> -->
  <!-- /返回,分享 --> 
  <div style="display:none;" id="pl_common_base"></div>
</div>
</body>
<script src="http://js.t.sinajs.cn/t6/home/js/pl/top/topInit.js"></script>
<script type="text/javascript">
(function() { 
 WBtopGlobal && WBtopGlobal.init({
  'islogin': 0,
  "backurl":"http://s.weibo.com"
});
})();
</script>
 <script src="http://js.t.sinajs.cn/t4/apps/search_v6/js/base.js?version=20160527122500" type="text/javascript" ></script>
<!-- SUDA_CODE_START -->
<noscript><img width="0" height="0" src="http://beacon.sina.com.cn/a.gif?noScript" border="0" alt="" /></noscript>
<!-- SUDA_CODE_END -->

<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_searchTop","js":["apps\/search_v6\/js\/pl\/common\/searchTop.js?version=20160527122500"],"css":[],"html":"<div class=\"search_head_formbox\">\n <div class=\"search_logo\"><a suda-data=\"key=tblog_search_weibo&value=weibo_logo\" href=\"\/?Refer=STopic_icon\" class=\"logo_img\"><\/a><\/div>\n <!-- <ul class=\"formbox_tab clearfix formbox_tab2\" node-type=\"searchItems\"> -->\n <ul class=\"formbox_tab clearfix formbox_tab2\" node-type=\"searchItems\">\n\t<li>\n\t <a action-type=\"searchItem\" suda-data=\"key=tblog_search_weibo&value=weibo_weibo\" href=\"javascript:void(0);\" class=\"cur\">\u7efc\u5408<\/a>\n\t \t <a action-type=\"searchItem\" suda-data=\"key=tblog_search_weibo&value=weibo_user\" href=\"\/user\/chocolate&Refer=weibo_user\" >\u627e\u4eba<\/a>\n\t \t \t<\/li>\n <\/ul>\n <!-- search_input -->\n <div class=\"search_input clearfix\">\n  <div class=\"search_input_wrap\">\n <div class=\"searchBtn_box\"><a href=\"\/weibo\/chocolate\" class=\"searchBtn\" node-type=\"submit\" suda-data=\"key=tblog_search_v4.1&value=nologin_search\">\u641c\u7d22<\/a><\/div>\n <div class=\"searchInp_box\">\n  <div class=\"searchInp_auto\">\n   <input class=\"searchInp_form\" type=\"text\" value=\"chocolate\" node-type=\"text\" maxlength=\"40\">\n  <\/div>\n <\/div>\n  <\/div>\n <\/div>\n <!-- \/search_input --> \n<\/div>\n"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"plc_main","js":["apps\/search_v6\/js\/pl\/common\/unLogin.js?version=20160527122500","apps\/search_v6\/js\/pl\/common\/loginBox.js?version=20160527122500"],"css":[],"html":"<div class=\"S_content clearfix\">\n <div class=\"S_content_l\">\n  <div id=\"pl_common_loginBox\"><\/div>\n  <div id=\"pl_common_pinyinerr\"><\/div>\n  <div id=\"pl_weibo_shareres\"><\/div>\n  <div id=\"pl_weibo_directtop\" smartconf=\"type=1\" class=\"clearfix\"><\/div>\n <div id=\"pl_weibo_filtertab\"><\/div>\n  <div id=\"pl_weibo_direct\"><\/div>\n  <div id=\"pl_weibo_relation\"><\/div>\n  <div id=\"pl_common_bottomInput\" style=\"display:none;\"><\/div>\n  <div id=\"pl_gs_christmas2013\" class=\"clearfix\"><\/div>\n <\/div>\n <div class=\"S_content_r\">\n <!--  <div id=\"pl_weibo_race\"><\/div> -->\n  <div id=\"pl_weibo_directright\"><\/div>\n  <div id=\"pl_common_ad\"><\/div>\n  <!-- <div id=\"pl_common_recommend\"><\/div> -->\n  <div id=\"pl_common_shishi\"><\/div>\n  <div id=\"pl_weibo_hotband\"><\/div>\n  <div id=\"pl_common_ali\"><\/div>\n  <div id=\"pl_common_subscribe\"><\/div>\n  <div class=\"WB_cardwrap S_bg2\"><div class=\"module_history\" id=\"pl_common_searchHistory\"><\/div><\/div>\n  <div id=\"pl_common_alisecond\"><\/div>\n <\/div>\n<\/div>"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_race","js":["apps\/search_v6\/js\/pl\/weibo\/race.js?version=20160527122500"],"css":["appstyle\/searchV45\/css_v6\/module\/race_table.css?version=20160527122500"],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_directright","js":["apps\/search_v6\/js\/pl\/weibo\/directright.js?version=20160527122500","apps\/search_v6\/js\/pl\/weibo\/weblist.js?version=20160527122500","apps\/search_v6\/js\/pl\/weibo\/directplayer.js?version=20160527122500"],"css":[],"html":"  <div class=\"WB_cardwrap S_bg2\">\n<div class=\"module_relatePerson\">\n <div class=\"search_title_a\">\n    <h4><span class=\"W_fb\">\u76f8\u5173\u7528\u6237<\/span><\/h4>\n <\/div>\n <div class=\"relaper_box2\">\n  <div class=\"rela_person2 clearfix\">\n <div class=\"pic\"><a href=\"http:\/\/weibo.com\/u\/2548291914?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_icon\"><img src=\"http:\/\/tva2.sinaimg.cn\/crop.0.0.180.180.180\/97e3d94ajw1e8qgp5bmzyj2050050aa8.jpg\" height=\"50\" width=\"50\" title=\"JohnBrown-chocolate\" class=\"W_face_radius\"\/><\/a><\/div>\n <div>\n <p class=\"name\">\n    <a href=\"http:\/\/weibo.com\/u\/2548291914?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_name\">JohnBrown-<em class=\"red\">chocolate<\/em><a target=\"_blank\" href=\"http:\/\/verified.weibo.com\/verify\" title= \"\u5fae\u535a\u4e2a\u4eba\u8ba4\u8bc1 \" alt=\"\u5fae\u535a\u4e2a\u4eba\u8ba4\u8bc1 \" class=\"approve\"><\/a><\/a>\n   <\/p>\n   <p class=\"intro\">\u82cf\u5dde\u5e02\u6ca7\u6d6a\u533a\u7ea6\u7ff0\u5e03\u6717\u996e\u54c1\u5e97\u8d1f\u8d23\u4eba<\/p>\n   <\/div>\n  <\/div>\n  <div class=\"rela_person2 clearfix\">\n <div class=\"pic\"><a href=\"http:\/\/weibo.com\/u\/1644806000?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_icon\"><img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.180.180.180\/6209bf70jw1e8qgp5bmzyj2050050aa8.jpg\" height=\"50\" width=\"50\" title=\"Chocolate\" class=\"W_face_radius\"\/><\/a><\/div>\n <div>\n <p class=\"name\">\n    <a href=\"http:\/\/weibo.com\/u\/1644806000?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_name\"><em class=\"red\">Chocolate<\/em><\/a>\n   <\/p>\n   <p class=\"intro\"><\/p>\n   <\/div>\n  <\/div>\n  <div class=\"rela_person2 clearfix\">\n <div class=\"pic\"><a href=\"http:\/\/weibo.com\/u\/2113936781?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_icon\"><img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.750.750.180\/7e001d8djw8f0hulwpsg5j20ku0kujsj.jpg\" height=\"50\" width=\"50\" title=\"\u7a0b\u8fdcChocolate\" class=\"W_face_radius\"\/><\/a><\/div>\n <div>\n <p class=\"name\">\n    <a href=\"http:\/\/weibo.com\/u\/2113936781?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_name\">\u7a0b\u8fdc<em class=\"red\">Chocolate<\/em><\/a>\n   <\/p>\n   <p class=\"intro\">\u7b80\u4ecb\uff1a\u6211\u4e0d\u597d\u4f46\u72ec\u4e00\u65e0\u4e8c\u3002\u5de5\u4f5c\u8bf7\u79c1\u4fe1\u3002<\/p>\n   <\/div>\n  <\/div>\n  <div class=\"rela_person2 clearfix\">\n <div class=\"pic\"><a href=\"http:\/\/weibo.com\/babysamantha?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_icon\"><img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.960.960.180\/4d4e498ejw8eo7ovm1v8sj20qo0qpjt5.jpg\" height=\"50\" width=\"50\" title=\"chocolate_shake\" class=\"W_face_radius\"\/><\/a><\/div>\n <div>\n <p class=\"name\">\n    <a href=\"http:\/\/weibo.com\/babysamantha?refer_flag=1001030102_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=relp_name\"><em class=\"red\">chocolate<\/em>_shake<\/a>\n   <\/p>\n   <p class=\"intro\">\u7b80\u4ecb\uff1aim not the type to get upset and cry\u2600\ufe0f<\/p>\n   <\/div>\n  <\/div>\n <\/div>\n<\/div>\n<\/div>\n<!-- \u627e\u4eba\u5173\u7cfb\u94fe -->\n<!--\n -->\n<!-- \/\u627e\u4eba\u5173\u7cfb\u94fe -->\n    <div class=\"WB_cardwrap S_bg2 wbs_interest_wrap\"><div class=\"pl_gspage_r\">\n  <div class=\"search_title_a\">\n   <a suda-data=\"key=tblog_search_weibo&value=open_page_more\" action-type=\"login\" class=\"W_fr change\">\u66f4\u591a<em href=\"\/apps\/chocolate&page_interest=music:poi:movie\" class=\"W_ficon ficon_arrow_right S_ficon\">a<\/em><\/a>\n   <h4><span class=\"W_fb\">\u76f8\u5173\u5174\u8da3\u4e3b\u9875<\/span><\/h4>\n\t<\/div>\n<div class=\"card_scroll\">\n<div class=\"wbs_relevant_interest\"> \n \n \n   \n   <!-- \u5174\u8da3\u76f4\u8fbe\u533a \u97f3\u4e50-->\n    <div class=\"content_music\">\n <a suda-data=\"key=tblog_search_weibo&value=open_page_music_pic\" onclick=\"WEIBO_MUSIC_PLAYER.playSong('1022:10151501_2091925', {source:''})\"><img src=\"http:\/\/mu1.sinaimg.cn\/square.120\/weiyinyue.music.sina.com.cn\/wpp_cover\/2091925.jpg\" alt=\"Chocolate Ice\" suda-data=\"key=tblog_search_weibo&value=open_page_music_pic\" ><i class=\"W_icon icon_btn_imgplay\"><\/i><\/a> \n  <div>\n  <h2><i class=\"interset_icon music_icon\"><\/i><a target=\"_blank\" href=\"http:\/\/weibo.com\/p\/10151501_2091925\" suda-data=\"key=tblog_search_weibo&value=open_page_music_title\" title=\"Chocolate Ice\">Chocolate Ice<\/a><\/h2>\t\t<dl>\n\t\t<dt>\u6b4c\u624b\uff1a<\/dt>\n\t\t<dd>\u536b\u5170<\/dd>\n\t\t\t    <span>1863\u4eba\u8d5e<\/span>\t \n\t\t<\/dl>\n\t    <\/div> \n    <\/div>\n \n \n  \n \n   \n    \n\t<!-- \u5174\u8da3\u76f4\u8fbe\u533a \u666f\u70b9-->\n\t<div class=\"content_location\">\n    <a suda-data=\"key=tblog_search_weibo&value=open_page_lbs_pic\" target=\"_blank\" href=\"http:\/\/weibo.com\/p\/100101B2094757D06EAAFF4099\"><img src=\"http:\/\/ww4.sinaimg.cn\/wap180\/4e704b16jw1e5u39nkxn9j20el0elmy3.jpg\" alt=\"BLACK MAGIC CHOCOLATE\" ><\/a>\n    <div>\n  <h2><i class=\"interset_icon location_icon\"><\/i><a suda-data=\"key=tblog_search_weibo&value=open_page_lbs_title\" target=\"_blank\" href=\"http:\/\/weibo.com\/p\/100101B2094757D06EAAFF4099\" title=\"\">BLACK MAGIC CHOCOL...<\/a><\/h2>  <p>\u5362\u6e7e\u533a\u5f90\u5bb6\u6c47\u8def618\u53f7\u65e5\u6708...<\/p>  <span>\u7b7e\u5230\u4eba\u6570 3338<\/span>\n\t | <span>3342\u4eba\u8d5e<\/span>\t    <\/div>\n    <\/div>\n    \t  \n \n  \n \n \n  \n    <div class=\"content_film\">\n    <a suda-data=\"key=tblog_search_weibo&value=open_page_movie_pic\" target=\"_blank\" href=\"http:\/\/weibo.com\/p\/10012070349\"><img src=\"http:\/\/mu1.sinaimg.cn\/square.180\/weiyinyue.music.sina.com.cn\/movie_poster\/70349.jpg\" alt=\"\u5de7\u514b\u529b\u91cd\u51fb\" ><\/a>   \n    <div>\n\t\t  \t\t<h2><i class=\"interset_icon film_icon\" ><\/i><a suda-data=\"key=tblog_search_weibo&value=open_page_movie_title\" target=\"_blank\" href=\"http:\/\/weibo.com\/p\/10012070349\" title=\"\u5de7\u514b\u529b\u91cd\u51fb\" suda-data=\"key=tblog_search_weibo&value=open_page_movie_title\">\u5de7\u514b\u529b\u91cd\u51fb<\/a><\/h2>\t\t  \n\t\t  \t<dl>\n  <dt>\u4e3b\u6f14\uff1a<\/dt>\n  <dd>\u8d56\u96c5\u598d \/ \u9ec3\u67cf\u9752 \/ \u9673\u4fe1\u5b8f<\/dd>  \t  <dt>\u8bc4\u5206\uff1a<\/dt>\n\t  <dd>7.3 | \t  138\u4eba\u8d5e<\/dd>    <\/dl>  \n    <\/div> \n    <\/div>\n   \n <\/div>\n<\/div> \n<\/div>\n<\/div>\n"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_ad","js":[],"css":["appstyle\/searchV45\/css_v6\/pl\/pl_adwin.css?version=20160527122500"],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_filtertab","js":["apps\/search_v6\/js\/pl\/weibo\/filtertab.js?version=20160527122500"],"css":["appstyle\/searchV45\/css_v6\/pl\/pl_tab.css?version=20160527122500"],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_shishi","js":[],"css":[],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_hotband","js":["apps\/search_v6\/js\/pl\/weibo\/hotband.js?version=20160527122500"],"css":[],"html":"<div class=\"WB_cardwrap S_bg2\">\n<div class=\"module_hotrank\">\n\t<div class=\"search_title_a\">\n\t<a href=\"\/top\/summary?cate=realtimehot\" target=\"_blank\" class=\"W_fr change\" node-type=\"more\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot_more\">\u66f4\u591a<em href=\"\/top\/summary?cate=realtimehot\" target=\"_blank\"\n\t\tclass=\"W_ficon ficon_arrow_right S_ficon\">a<\/em><\/a>\n\t<h4>\n\t\t<span class=\"W_fb\">\u5b9e\u65f6\u70ed\u641c\u699c<\/span>\n  \t<\/h4>\n\t<\/div>\n <div class=\"hotsearch_rank\">\n  <ul class=\"hotsearch_rank_list W_texta\">\n  <li class=\" clearfix\"> <span class=\"num top1\">1.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">16\u4e07<\/span>\n  <a href=\"\/weibo\/lisa%25E5%25A4%25A7%25E9%25A2%259D%25E5%25A4%25B4&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">lisa\u5927\u989d\u5934<\/a>\n    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top2\">2.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">94047<\/span>\n  <a href=\"\/weibo\/%25E5%25AE%258B%25E6%2585%25A7%25E4%25B9%2594&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u5b8b\u6167\u4e54<\/a>\n  <i class=\"icon_txt icon_hot\">\u70ed<\/i>    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top3\">3.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">86175<\/span>\n  <a href=\"\/weibo\/17%25E5%25B2%2581%25E5%25A5%25B3%25E7%2594%259F%25E8%2585%25B0%25E7%2596%25BC&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">17\u5c81\u5973\u751f\u8170\u75bc<\/a>\n  <i class=\"icon_txt icon_hot\">\u70ed<\/i>    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">4.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">80690<\/span>\n  <a href=\"\/weibo\/%25E6%25B2%2588%25E6%25A2%25A6%25E8%25BE%25B0&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u6c88\u68a6\u8fb0<\/a>\n    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">5.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">57670<\/span>\n  <a href=\"\/weibo\/%25E5%25A8%259C%25E6%2589%258E%2B%25E5%25A7%2590%25E5%25A7%2590&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u5a1c\u624e \u59d0\u59d0<\/a>\n  <i class=\"icon_txt icon_hot\">\u70ed<\/i>    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">6.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">49191<\/span>\n  <a href=\"\/weibo\/%25E8%258A%25AE%25E6%2588%2590%25E9%2592%25A2&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u82ae\u6210\u94a2<\/a>\n    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">7.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">40569<\/span>\n  <a href=\"\/weibo\/%25E6%259D%258E%25E6%2598%2593%25E5%25B3%25B0%2B%25E8%25BD%25A6%25E7%25A5%25B8%25E7%25A2%258E%25E7%2589%2587&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u674e\u6613\u5cf0 \u8f66\u7978\u788e\u7247<\/a>\n    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">8.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">38343<\/span>\n  <a href=\"\/weibo\/2015%25E5%258D%2581%25E5%25A4%25A7%25E7%25BD%2591%25E7%25BB%259C%25E7%2594%25A8%25E8%25AF%25AD%25E5%2587%25BA%25E7%2582%2589&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">2015\u5341\u5927\u7f51\u7edc\u7528\u8bed\u51fa\u7089<\/a>\n    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">9.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">35982<\/span>\n  <a href=\"\/weibo\/%25E5%2596%259D%25E5%2592%2596%25E5%2595%25A1%25E5%2588%25B0%25E5%25BA%2595%25E5%25A5%25BD%25E4%25B8%258D%25E5%25A5%25BD&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u559d\u5496\u5561\u5230\u5e95\u597d\u4e0d\u597d<\/a>\n    <\/p>\n <\/li>\n  <li class=\" clearfix\"> <span class=\"num top\">10.<\/span>\n  <p class=\"top_content\">\n  <span class=\"tip_nums W_textb W_fr\">35511<\/span>\n  <a href=\"\/weibo\/%25E5%25B9%25BF%25E8%25A5%25BF%25E4%25B8%2580%25E7%2594%25B7%25E5%25AD%2590%25E6%25AD%25BB%25E5%2588%2591%25E6%2594%25B9%25E5%2588%25A4&Refer=STopic_top\" suda-data=\"key=tblog_search_weibo&value=weibo_hotspot\" class=\"W_texta\">\u5e7f\u897f\u4e00\u7537\u5b50\u6b7b\u5211\u6539\u5224<\/a>\n    <\/p>\n <\/li>\n   <\/ul>\n <\/div>\n<\/div>\n"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_ali","js":[],"css":[],"html":"<div class=\"WB_cardwrap S_bg2\">\n<div class=\"search_title_a\"><h4><span class=\"W_fb\">&nbsp;\u76f8\u5173\u5546\u54c1\u63a8\u8350<\/span><\/h4><\/div>\n<iframe src=\"http:\/\/j.search.weibo.com\/widget.html?t=1464717277595342848\" style=\"width: 300px; height: 250px;\" border=\"0\" frameborder=\"0\" scrolling=\"no\" marginwidth=\"0\" marginheight=\"0\"><\/iframe>\n<span><img src=\"http:\/\/j.search.weibo.com\/doit1.png\" \/><\/span>\n<\/div>"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_subscribe","js":["apps\/search_v6\/js\/pl\/common\/subscribe.js?version=20160527122500"],"css":[],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_pinyinerr","js":[],"css":[],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_directtop","js":["apps\/search_v6\/js\/pl\/weibo\/directtop.js?version=20160527122500","apps\/search_v6\/js\/pl\/weibo\/review.js?version=20160527122500"],"css":["appstyle\/searchV45\/css_v6\/pl\/pl_interest.css?version=20160527122500","appstyle\/searchV45\/css_v6\/layer\/layer_remark.css?version=20160527122500"],"html":" <div class='WB_cardwrap pl_directarea S_bg2 clearfix'>\n\t<div class=\"search_directarea star_dir \">\n\t <div class=\"list_star clearfix\">\n\t  <div class=\"star_pic\"><a href=\"http:\/\/weibo.com\/gyjvipjj?refer_flag=1001030101_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=direct_user_icon\"><img title=\"Chocolate-junjun\" src=\"http:\/\/tva3.sinaimg.cn\/crop.17.0.1911.1911.180\/5f642a99jw8eors4xja77j21kw2dce54.jpg\" class=\"W_face_radius\"><\/a><\/div>\n\t  \t<!-- \u660e\u661f\u89c2\u5149\u56e2\u6392\u540d -->\n\t  <!--\n\t  \t  -->\n\t  <!-- \u660e\u661f\u89c2\u5149\u56e2\u6392\u540d -->\n\t  \n\t  <div class=\"star_detail\">\n\t <p class=\"star_name\">\n\t  <a class=\"name_txt\" href=\"http:\/\/weibo.com\/gyjvipjj?refer_flag=1001030101_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=direct_user_name_nologin:1_02_1600400025_nologin\">\n\t  Chocolate-junjun\n\t  <\/a> \n\t    <a target=\"_blank\" href=\"http:\/\/verified.weibo.com\/verify\" title= \"\u5fae\u535a\u4e2a\u4eba\u8ba4\u8bc1 \" alt=\"\u5fae\u535a\u4e2a\u4eba\u8ba4\u8bc1 \" class=\"approve\"><\/a><a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member6\"><\/i><\/a>\n\t  \t <\/p>\n\t\t<p class=\"star_card\">\n\t  <span class=\"female m_icon\"><\/span>\n\t  <span>\u5317\u4eac \u6d77\u6dc0\u533a<\/span>\n\t  <a href=\"http:\/\/weibo.com\/gyjvipjj?refer_flag=1001030101_\" target=\"_blank\" class=\"wb_url\" suda-data=\"key=tblog_search_weibo&value=direct_user_url_nologin:_nologin\">http:\/\/weibo.com\/gyjvipjj<\/a>\n\t  \t  \n\t  \t  <\/p>\n\t <p class=\"person_card\">\u661f\u706b\u540c\u7a0b\u56fd\u9645\u6587\u5316\u4ea4\u6d41\u6709\u9650\u516c\u53f8 \u7b7e\u7ea6\u6a21\u7279\uff0c\u7c89\u7ea2\u9986\u516c\u4f1a\u6210\u5458<\/p>\t <p class=\"star_num\">\n\t  <span>\u5173\u6ce8<a href=\"http:\/\/weibo.com\/gyjvipjj?refer_flag=1001030101_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=direct_user_num_nologin:1_02_1600400025_nologin\">895<\/a><\/span>\n\t  <em class=\"W_vline\">|<\/em>\n\t  <span>\u7c89\u4e1d<a href=\"http:\/\/weibo.com\/gyjvipjj?refer_flag=1001030101_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=direct_user_num_nologin:1_02_1600400025_nologin\">10\u4e07<\/a><\/span>\n\t  <em class=\"W_vline\">|<\/em>\n\t  <span>\u5fae\u535a<a href=\"http:\/\/weibo.com\/gyjvipjj?refer_flag=1001030101_\" target=\"_blank\" suda-data=\"key=tblog_search_weibo&value=direct_user_num_nologin:1_02_1600400025_nologin\">1750<\/a><\/span>\n\t <\/p>\n\t\t<p class=\"person_newwb\">\n\t\t\t<a\n\thref=\"http:\/\/weibo.com\/1600400025\/DxEbahp9N?refer_flag=1001030101_\"\n\ttarget=\"_blank\"suda-data=\"key=tblog_search_weibo&value=direct_user_new_nologin\">\u6700\u65b0\u5fae\u535a<\/a>\uff1a\n\t\u6700\u8fd1\u7ecf\u5e38\u7a7f\u7684\u51e0\u5957\u8863\u670d \u56db\u4e94\u5929\u90fd\u4e0d\u5e26\u6362\u7684<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/7c\/angrya_org.gif\" title=\"[\u6012]\" alt=\"[\u6012]\" type=\"face\" \/> haha \u8863\u670d\u90fd\u662f<a href=\"http:\/\/weibo.com\/n\/Lln%E5%AD%90%E8%8C%B5?refer_flag=1001030001_\" disable_usercard=\"name=Lln\u5b50\u8335\" suda-data=\"key=tblog_search_weibo&value=weibo_feed_at\" target=\"_blank\" class=W_linkb>@Lln\u5b50\u8335<\/a> \u6700\u8fd1\u8d85\u7231\u7684\u79c1\u670d<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/40\/hearta_org.gif\" title=\"[\u5fc3]\" alt=\"[\u5fc3]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/40\/hearta_org.gif\" title=\"[\u5fc3]\" alt=\"[\u5fc3]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/40\/hearta_org.gif\" title=\"[\u5fc3]\" alt=\"[\u5fc3]\" type=\"face\" \/> \u7ed9\u4f60100\u4e2a\u8d5e \u559c\u6b22\u7684\u53ef\u4ee5\u2795\u5979<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/9e\/jqmweixiao_org.gif\" title=\"[\u54c6\u5566A\u68a6\u5fae\u7b11]\" alt=\"[\u54c6\u5566A\u68a6\u5fae\u7b11]\" type=\"face\" \/> <a class=\"W_btn_c6\" href=\"http:\/\/t.cn\/z8UPCNy\" target=\"_blank\"><span class=\"W_btn_tag\" title=\"\u5317\u4eac\u00b7\u5317\u4eac\u5e02\u6000\u67d4\u533a\u7ea2\u87ba\u5bfa\u4e2d\u5b66\"><em class=\"W_btn_icon\"><i class=\"W_ico12 icon_cd_place\"><\/i><i class=\"W_vline S_line1_c\">|<\/i><\/em><em class=\"W_autocut W_linkb\">\u5317\u4eac\u00b7\u5317\u4eac...<\/em><\/span><\/a>\n\t\t\t<\/p>\n\t\t<\/div>\n\t <\/div>\n\t<\/div>\n<\/div>\n"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_direct","js":["apps\/search_v6\/js\/pl\/weibo\/direct.js?version=20160527122500"],"css":["appstyle\/searchV45\/css_v6\/pl\/pl_interest.css?version=20160527122500"],"html":"<div class=\"search_feed\">\n  <div node-type=\"feed_list\" class=\"feed_lists search_notes\">\n    <div class=\"WB_cardwrap WB_notes\" style=\"display:none\"><a node-type=\"feed_list_newBar\" href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_new\">\u6709 20 \u6761\u65b0\u5fae\u535a\uff0c\u70b9\u51fb\u67e5\u770b<\/a><\/div>\n    <!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t<div class=\"search_title_as\">\n\t  <!-- \u66f4\u591a -->\n\t  \t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t<!-- \u56fe\u6807 -->\n\t<h4>\n\t\t<span>\n\t\t \n\t\t<i class=\"icon_select\"><\/i>\n\t\t<a class=\"W_texta\" href=\"\/weibo\/chocolate&xsort=hot&Refer=hotmore\" target=\"_blank\" \n\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_title\">\n\t\t\u7cbe\u9009\n\t\t<\/a>\n\t<\/span>\n\t<\/h4>\n\t\n\t<\/div>\n\t\n\t  \n  \t\n\t\n\t<div mid=\"3978983852320752\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3978983852320752\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_1_icon\"\n\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/1900887504?refer_flag=1001030103_\" title=\"\u53e3\u888b\u82f1\u8bed\" target=\"_blank\">\n\t<img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.180.180.50\/714d3dd0jw1e8qgp5bmzyj2050050aa8.jpg\" alt=\"\u53e3\u888b\u82f1\u8bed\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u53e3\u888b\u82f1\u8bed\" href=\"http:\/\/weibo.com\/u\/1900887504?refer_flag=1001030103_\" target=\"_blank\" title=\"\u53e3\u888b\u82f1\u8bed\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_1_name\" class=\"name_txt W_fb\">\n\t\t\u53e3\u888b\u82f1\u8bed\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member4\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u53e3\u888b\u82f1\u8bed\">\n\t\t\u3010\u97f3\u8bd1\u8bcd\u3011model \u6a21\u7279\uff1bbikini \u6bd4\u57fa\u5c3c\uff1bdisco \u8fea\u65af\u79d1\uff1bfans \u7c89\u4e1d\uff1bsofa \u6c99\u53d1\uff1bcopy \u62f7\u8d1d\uff1bhumor \u5e7d\u9ed8\uff1b<em class=\"red\">chocolate<\/em> \u5de7\u514b\u529b\uff1bcoffee \u5496\u5561\uff1blogic \u903b\u8f91\uff1bmango \u8292\u679c\uff1blemon \u67e0\u6aac\uff1blychee \u8354\u679d\uff1bpizza \u62ab\u8428\uff1byoga \u745c\u4f3d\uff1bhacker \u9ed1\u5ba2\uff1bhormone \u8377\u5c14\u8499\u3002\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww4.sinaimg.cn\/thumbnail\/714d3dd0gw1f47h3f1xtcj20e608ugms.jpg\" action-type='feed_list_media_img' action-data=\"uid=1900887504&mid=3978983852320752\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_1_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1900887504\/Dx8Jj9JJu?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-25 11:32\" date=\"1464147140000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_h_1_time\" action-type=\"login\">5\u670825\u65e5 11:32<\/a> \u6765\u81ea <a target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">\u5fae\u535a weibo.com<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  suda-data=\"key=tblog_search_weibo&value=weibo_h_1_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1900887504\/Dx8Jj9JJu&mid=3978983852320752&name=\u53e3\u888b\u82f1\u8bed&uid=1900887504&domain=&pid=714d3dd0gw1f47h3f1xtcj20e608ugms&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_h_1_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_1_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em>160<\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_h_1_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_h_1_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>26<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3978983852320752\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_1_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>188<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t<div class=\"search_title_as\">\n\t  <!-- \u66f4\u591a -->\n\t  \t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t<!-- \u56fe\u6807 -->\n\t<h4>\n\t\t<span>\n\t\t \n\t\t<i class=\"icon_select\"><\/i>\n\t\t<a class=\"W_texta\" href=\"\/weibo\/chocolate&xsort=hot&Refer=hotmore\" target=\"_blank\" \n\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_title\">\n\t\t\u7cbe\u9009\n\t\t<\/a>\n\t<\/span>\n\t<\/h4>\n\t\n\t<\/div>\n\t\n\t  \n  \t\n\t\n\t<div mid=\"3980559884098474\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3980559884098474\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_icon\"\n\t\t\t \n\thref=\"http:\/\/weibo.com\/jonginnet?refer_flag=1001030103_\" title=\"MrDestiny_KAI\" target=\"_blank\">\n\t<img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.641.641.50\/abad2b58jw8evhyyfzs81j20ht0htmzx.jpg\" alt=\"MrDestiny_KAI\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"MrDestiny_KAI\" href=\"http:\/\/weibo.com\/jonginnet?refer_flag=1001030103_\" target=\"_blank\" title=\"MrDestiny_KAI\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_name\" class=\"name_txt W_fb\">\n\t\tMrDestiny_KAI\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member5\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"MrDestiny_KAI\">\n\t\t<a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/%E9%87%91%E9%92%9F%E4%BB%81?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#\u91d1\u949f\u4ec1#<\/a><a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/KAI?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#KAI#<\/a> 160528 Dark <em class=\"red\">Chocolate<\/em> Truffles<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/b3\/lxhfangjiala_org.gif\" title=\"[\u6492\u82b1]\" alt=\"[\u6492\u82b1]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=2880252760&pic_ids=abad2b58gw1f4ci106ovdj20xc1e0qb4,abad2b58gw1f4ci15431dj20xc1e0gth,abad2b58gw1f4ci18l2kgj20xc1e0k07,abad2b58gw1f4ci1ec3ubj20xc1e0n52,abad2b58gw1f4ci1iloldj20xc1e049a,abad2b58gw1f4ci1p26b9j20xc1e0n7c,abad2b58gw1f4ci1veqj3j20xc1e0tli,abad2b58gw1f4ci23yqgjj20xc1e0n7n&mid=3980559884098474\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww3.sinaimg.cn\/square\/abad2b58gw1f4ci106ovdj20xc1e0qb4.jpg\" action-data=\"pic_id=abad2b58gw1f4ci106ovdj20xc1e0qb4\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/abad2b58gw1f4ci15431dj20xc1e0gth.jpg\" action-data=\"pic_id=abad2b58gw1f4ci15431dj20xc1e0gth\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/abad2b58gw1f4ci18l2kgj20xc1e0k07.jpg\" action-data=\"pic_id=abad2b58gw1f4ci18l2kgj20xc1e0k07\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/abad2b58gw1f4ci1ec3ubj20xc1e0n52.jpg\" action-data=\"pic_id=abad2b58gw1f4ci1ec3ubj20xc1e0n52\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/abad2b58gw1f4ci1iloldj20xc1e049a.jpg\" action-data=\"pic_id=abad2b58gw1f4ci1iloldj20xc1e049a\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/abad2b58gw1f4ci1p26b9j20xc1e0n7c.jpg\" action-data=\"pic_id=abad2b58gw1f4ci1p26b9j20xc1e0n7c\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/abad2b58gw1f4ci1veqj3j20xc1e0tli.jpg\" action-data=\"pic_id=abad2b58gw1f4ci1veqj3j20xc1e0tli\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/abad2b58gw1f4ci23yqgjj20xc1e0n7n.jpg\" action-data=\"pic_id=abad2b58gw1f4ci23yqgjj20xc1e0n7n\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2880252760\/DxNJihccq?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-29 19:54\" date=\"1464522894000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_h_2_time\" action-type=\"login\">5\u670829\u65e5 19:54<\/a> \u6765\u81ea <a target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">\u5fae\u535a weibo.com<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  suda-data=\"key=tblog_search_weibo&value=weibo_h_2_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2880252760\/DxNJihccq&mid=3980559884098474&name=MrDestiny_KAI&uid=2880252760&domain=jonginnet&pid=abad2b58gw1f4ci106ovdj20xc1e0qb4&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_h_2_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em>507<\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_h_2_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_h_2_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>47<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3980559884098474\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_h_2_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>479<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n  \n  <\/div>\n  <!-- \u5b9e\u65f6\u5fae\u535a -->\n   <div>\n    <div class=\"feed_lists W_texta\" node-type=\"feed_list\">\n   <!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981371452489974\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981371452489974\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_1_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/5631882411?refer_flag=1001030103_\" title=\"missingu11\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.0.0.1242.1242.50\/00698NT5jw8f39co88ni1j30yi0yjn0g.jpg\" alt=\"missingu11\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"missingu11\" href=\"http:\/\/weibo.com\/u\/5631882411?refer_flag=1001030103_\" target=\"_blank\" title=\"missingu11\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_1_name\" class=\"name_txt W_fb\">\n\t\tmissingu11\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"missingu11\">\n\t\t\u751f\u6d3b\u6709\u7684\u65f6\u5019\u5f88\u8270\u96be\uff0c\u6c42\u800c\u4e0d\u5f97\uff0c\u5f97\u800c\u590d\u5931\uff0c\u5931\u800c\u590d\u5f97\uff0c\u6765\u6765\u53bb\u53bb\u7684\u5faa\u73af\u3002\u597d\u5728\u6709\u4e00\u9897\u62e5\u6709ice <em class=\"red\">chocolate<\/em>\u7684\u5fc3<img src=\"http:\/\/img.t.sinajs.cn\/t3\/style\/images\/common\/face\/emimage\/ee8ca8.png\" width=\"20px\" height=\"20px\" \/> ps:\u516d\u4e00\u513f\u7ae5\u8282\u8981\u5403\u51b0\u6dc7\u6dcb<img src=\"http:\/\/img.t.sinajs.cn\/t3\/style\/images\/common\/face\/emimage\/ee8cba.png\" width=\"20px\" height=\"20px\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/bc\/otm_org.gif\" title=\"[\u5965\u7279\u66fc]\" alt=\"[\u5965\u7279\u66fc]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww4.sinaimg.cn\/thumbnail\/00698NT5gw1f4f35fr6noj30ku0kuwif.jpg\" action-type='feed_list_media_img' action-data=\"uid=5631882411&mid=3981371452489974\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_1_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/5631882411\/Dy8QharKS?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-06-01 01:39\" date=\"1464716387000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_1_time\" action-type=\"login\">15\u5206\u949f\u524d<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/5yiHuw\" rel=\"nofollow\">iPhone 6 Plus<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  suda-data=\"key=tblog_search_weibo&value=weibo_ss_1_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/5631882411\/Dy8QharKS&mid=3981371452489974&name=missingu11&uid=5631882411&domain=&pid=00698NT5gw1f4f35fr6noj30ku0kuwif&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_1_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_1_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_1_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_1_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981371452489974\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_1_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981364807917753\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981364807917753\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_2_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/butaozi?refer_flag=1001030103_\" title=\"\u5e03\u5c0f\u6843\" target=\"_blank\">\n\t<img src=\"http:\/\/tva2.sinaimg.cn\/crop.0.0.640.640.50\/6a576683jw8ew6zpz1gt3j20hs0hstai.jpg\" alt=\"\u5e03\u5c0f\u6843\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u5e03\u5c0f\u6843\" href=\"http:\/\/weibo.com\/butaozi?refer_flag=1001030103_\" target=\"_blank\" title=\"\u5e03\u5c0f\u6843\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_2_name\" class=\"name_txt W_fb\">\n\t\t\u5e03\u5c0f\u6843\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u5e03\u5c0f\u6843\">\n\t\t\u8d85\u559c\u6b22\u661f\u7238\u7238\u7684\u65b0\u6b3e <em class=\"red\">chocolate<\/em> frappe with Earl grey jelly! Earl grey jelly \u8d85\u597d\u5403\uff5e\u597d\u60f3\u6765\u4e00\u6574\u676f\u7684jelly! \u9644\u4e0a\u6628\u5929\u7f8e\u4e3d\u7684\u65e5\u843d\u3002\u52a0\u6cb9\u6491\u8fc7\u516d\u6708\u4e03\u6708\u516b\u6708\u4e5d\u6708\uff01\uff01\u52a0\u6cb9\u52a0\u6cb9\u52a0\u6cb9\uff01\uff01\uff01 <a class=\"W_btn_c6\" href=\"http:\/\/t.cn\/R2WJvho\" target=\"_blank\"><span class=\"W_btn_tag\" title=\"\u65b0\u52a0\u5761\"><em class=\"W_btn_icon\"><i class=\"W_ico12 icon_cd_place\"><\/i><i class=\"W_vline S_line1_c\">|<\/i><\/em><em class=\"W_autocut W_linkb\">\u65b0\u52a0\u5761<\/em><\/span><\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=1784112771&pic_ids=6a576683gw1f4f2jekljhj20qo1bdth2,6a576683gw1f4f2j5wnk4j21bd0qo79r&mid=3981364807917753\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww3.sinaimg.cn\/square\/6a576683gw1f4f2jekljhj20qo1bdth2.jpg\" action-data=\"pic_id=6a576683gw1f4f2jekljhj20qo1bdth2\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_2_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/6a576683gw1f4f2j5wnk4j21bd0qo79r.jpg\" action-data=\"pic_id=6a576683gw1f4f2j5wnk4j21bd0qo79r\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_2_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1784112771\/Dy8FyxdLH?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-06-01 01:13\" date=\"1464714803000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_2_time\" action-type=\"login\">42\u5206\u949f\u524d<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/16bmZD\" rel=\"nofollow\">\u5c0f\u7c73\u624b\u673a4i<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  suda-data=\"key=tblog_search_weibo&value=weibo_ss_2_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1784112771\/Dy8FyxdLH&mid=3981364807917753&name=\u5e03\u5c0f\u6843&uid=1784112771&domain=butaozi&pid=6a576683gw1f4f2jekljhj20qo1bdth2&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_2_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_2_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_2_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_2_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981364807917753\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_2_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t<div class=\"search_title_as\">\n\t<h4>\n\t<span>\n\t<i class=\"W_ficon ficon_recommend S_ficon\"><\/i><a suda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_time\" href=\"javascript:void(0);\" title=\"2016-06-01 00:58\" date=\"1464713931000\" node-type=\"feed_list_item_date\"><em>56\u5206\u949f\u524d<\/em><\/a> <em>\u8f6c\u8d5e\u4eba\u6570\u8d85\u8fc720<\/em>\n\t\t<\/span>\n\t<\/h4>\n\t<\/div>\n\t\t\n\t<div mid=\"3981291063610566\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981291063610566\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/ichigopig?refer_flag=1001030103_\" title=\"\u8349\u8393\u68c9\u82b1\u732a\" target=\"_blank\">\n\t<img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.180.180.50\/4d10c9c8jw1e8qgp5bmzyj2050050aa8.jpg\" alt=\"\u8349\u8393\u68c9\u82b1\u732a\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u8349\u8393\u68c9\u82b1\u732a\" href=\"http:\/\/weibo.com\/ichigopig?refer_flag=1001030103_\" target=\"_blank\" title=\"\u8349\u8393\u68c9\u82b1\u732a\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_name\" class=\"name_txt W_fb\">\n\t\t\u8349\u8393\u68c9\u82b1\u732a\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u8349\u8393\u68c9\u82b1\u732a\">\n\t\t<a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/FTISLAND?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#FTISLAND#<\/a><a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/FTISLAND%E5%87%BA%E9%81%93%E4%B9%9D%E5%91%A8%E5%B9%B4?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#FTISLAND\u51fa\u9053\u4e5d\u5468\u5e74#<\/a><a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/%E4%BA%9A%E6%B4%B2%E5%BC%BA%E9%9F%B3%E7%9B%9B%E5%85%B8?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#\u4e9a\u6d32\u5f3a\u97f3\u76db\u5178#<\/a> \u5206\u4eab\u4e00\u4f4d\u7279\u522b\u6709\u610f\u601d\u7684\u8def\u4eba\u5927\u54e5\uff0c\u6628\u665a\u5c31\u770b\u4e86N\u904d\uff0c\u5230\u73b0\u5728\u60f3\u8d77\u6765\u8fd8\u662f\u5fcd\u4e0d\u4f4f\u8981\u7b11<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/6a\/laugh.gif\" title=\"[\u54c8\u54c8]\" alt=\"[\u54c8\u54c8]\" type=\"face\" \/>\u9e21\u5b9d\u5b9d\u5531Black <em class=\"red\">Chocolate<\/em>\u8d70\u5230\u5ef6\u4f38\u53f0\u65f6\uff0c\u4ece\u65e0\u804a\u762b\u5728\u6905\u5b50\u4e0a\u5230\u4e00\u8138\u61f5\u903c\u7ad9\u8d77\u6765\u76ef\u7740\u770b\u7684\u8def\u4eba\u5927\u54e5<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/34\/xiaoku_org.gif\" title=\"[\u7b11cry]\" alt=\"[\u7b11cry]\" type=\"face\" \/>\u89c6\u9891\u5728\u8fd9\u91cc~<a href=\"http:\/\/weibo.com\/n\/%E6%9D%8E%E5%A9%B7%E5%A9%B7Skull?refer_flag=1001030001_\" disable_usercard=\"name=\u674e\u5a77\u5a77Skull\" suda-data=\"key=tblog_search_weibo&value=weibo_feed_at\" target=\"_blank\" class=W_linkb>@\u674e\u5a77\u5a77Skull<\/a> <a title=\"http:\/\/weibo.com\/3812246310\/DxOzzuakb?ref=collection&type=comment\" href=\"http:\/\/t.cn\/R5UH6pv\" target=\"_blank\" mt=\"url\" action-type=\"feed_list_url\" suda-data=\"key=tblog_search_weibo&value=weibo_nologin_url\" class=\"W_linkb\">http:\/\/t.cn\/R5UH6pv<\/a> 6:33\u5904<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/0b\/tootha_org.gif\" title=\"[\u563b\u563b]\" alt=\"[\u563b\u563b]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=1292945864&pic_ids=4d10c9c8gw1f4eu1s7ysqj20zk0k0abn,4d10c9c8gw1f4eu1tujg5j20zk0k0wfy,4d10c9c8gw1f4eu1vmr5sj20zk0k0wg3,4d10c9c8gw1f4eu1x33qhj20zk0k0401,4d10c9c8gw1f4eu1yjj2hj20zk0k0dhi&mid=3981291063610566\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/4d10c9c8gw1f4eu1s7ysqj20zk0k0abn.jpg\" action-data=\"pic_id=4d10c9c8gw1f4eu1s7ysqj20zk0k0abn\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/4d10c9c8gw1f4eu1tujg5j20zk0k0wfy.jpg\" action-data=\"pic_id=4d10c9c8gw1f4eu1tujg5j20zk0k0wfy\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/4d10c9c8gw1f4eu1vmr5sj20zk0k0wg3.jpg\" action-data=\"pic_id=4d10c9c8gw1f4eu1vmr5sj20zk0k0wg3\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/4d10c9c8gw1f4eu1x33qhj20zk0k0401.jpg\" action-data=\"pic_id=4d10c9c8gw1f4eu1x33qhj20zk0k0401\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/4d10c9c8gw1f4eu1yjj2hj20zk0k0dhi.jpg\" action-data=\"pic_id=4d10c9c8gw1f4eu1yjj2hj20zk0k0dhi\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1292945864\/Dy6KCf9gW?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 20:20\" date=\"1464697221000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_time\" action-type=\"login\">5\u670831\u65e5 20:20<\/a> \u6765\u81ea <a target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">\u5fae\u535a weibo.com<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  suda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1292945864\/Dy6KCf9gW&mid=3981291063610566&name=\u8349\u8393\u68c9\u82b1\u732a&uid=1292945864&domain=ichigopig&pid=4d10c9c8gw1f4eu1s7ysqj20zk0k0abn&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_3_1_zhuanzan_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em>22<\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_3_1_zhuanzan_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>5<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981291063610566\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_3_social_1_zhuanzan_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>7<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n    <\/div>\n    <\/div>\n   <!-- \/\u5b9e\u65f6\u5fae\u535a -->\n  <!-- \u62c6\u5206\u5fae\u535a -->\n  <div class=\"WB_cardwrap S_bg2 clearfix\">\n   <div class=\"search_title_as clearfix\">\n    <a class=\"change W_fr\" target=\"_blank\" href=\"\/list\/relpage?search=chocolate\"suda-data=\"key=tblog_search_weibo_nologin&value=open_web_more_nologin\">\u66f4\u591a<em class=\"W_ficon ficon_arrow_right S_ficon\" href=\"#\">a<\/em><\/a>   <h4><span><i class=\"icon_web\"><\/i><a class=\"W_texta\" target=\"_blank\" href=\"\/list\/relpage?search=chocolate\"suda-data=\"key=tblog_search_weibo_nologin&value=open_web_title_nologin\">\u76f8\u5173\u6587\u7ae0<\/a><\/span><\/h4>\n   <!-- \n    <a class=\"change W_fr\" target=\"_blank\" href=\"\/list\/relpage?search=chocolate\"suda-data=\"key=tblog_search_v5&value=direct_url_more_nologin\">\u66f4\u591a<em class=\"W_ficon ficon_arrow_right S_ficon\" href=\"#\">a<\/em><\/a>    <h4><span class=\"W_fb\"><i class=\"icon_web\"><\/i>\u76f8\u5173\u6587\u7ae0<\/span><\/h4>\n -->\n   <\/div>\n  <div class=\"search_feed_web\">\n  <div class=\"shortlink_feed feed_list_web2 \" node-type=\"like\">\n <div class=\"linkfeed_con clearfix\">\n    <div class=\"shortlink_con\">\n <div class=\"search_shortlink2 nopic clearfix\">\n  <p class=\"link_title2\"><a class=\"W_texta W_fb\" href=\"http:\/\/weibo.com\/ttarticle\/p\/show?id=2309403977644973672268\" title=\"Chocolate Kiss\" target=\"_blank\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_1_title_nologin\"><em class=\"red\">Chocolate<\/em> Kiss<\/a><\/p>\n  <div>\n  \t  <div class=\"link_pic\"><a class=\"pic_wrap\" href=\"http:\/\/weibo.com\/ttarticle\/p\/show?id=2309403977644973672268\" target=\"_blank\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_1_pic_nologin\"><img alt=\"Chocolate Kiss\" src=\"http:\/\/sinastorage.com\/simg.s.weibo.com\/gs1_4457213080113408330.jpg\"><\/a><\/div>\n    <div class=\"link_con\">\n   <p class=\"link_info W_textb\">\n\t\t   \t\t    \u00a0\u00a0\u201c\u660e\u6d19\uff0c\u8fd9\u662f\u4ec0\u4e48\uff1f\u201d\u00a0\u00a0\u00a0\u00a0\u674e\u6210\u70c8\u653e\u4e0b\u521a\u521a\u7834\u5173\u7684\u6e38\u620f\uff0c\u63c9\u63c9\u75b2\u60eb\u7684\u773c\u775b\u671b\u5411\u65c1\u8fb9\u5728\u62c6\u7c89\u4e1d\u793c\u7269\u7684\u91d1\u660e\u6d19\u3002\u201c\u7c89\u4e1d\u9001\u7684\u5507\u818f\u201d\uff0c\u91d1\u660e\u6d19\u65cb\u5f00\u5507\u7ba1\uff0c\u8ff7\u832b\u7684\u770b\u7740\u5de7\u514b\u529b\u8272\u7684\u5507\u818f\uff0c\u4f4e\u5934\u55c5\u4e86\u55c5...\n\t\t    <\/p>\n   <div style=\"display:;\" class=\"link_action clearfix W_linkb W_textb\">\n  <div class=\"feed_action clearfix W_fr\">\n  \t<ul class=\"feed_action_info\">\n  \t<!-- <li><a class=\" W_textb\" href=\"###\"><span class=\"line S_line1\">\n  \t\u5206\u4eab\n  \t<\/span><\/a><\/li> -->\n  \t\n  \t<li><span class=\"line S_line1\">\n  \t <a href=\"javascript:void(0);\" class=\"W_textb\" title=\"\u5206\u4eab\" action-type=\"login\" action-data=\"surl=http:\/\/weibo.com\/ttarticle\/p\/show?id=2309403977644973672268&title=%E3%80%90Chocolate%20Kiss%E3%80%91%C2%A0%C2%A0%E2%80%9C%E6%98%8E%E6%B4%99%EF%BC%8C%E8%BF%99%E6%98%AF%E4%BB%80%E4%B9%88%EF%BC%9F%E2%80%9D%C2%A0%C2%A0%C2%A0%C2%A0%E6%9D%8E%E6%88%90%E7%83%88%E6%94%BE%E4%B8%8B%E5%88%9A%E5%88%9A%E7%A0%B4%E5%85%B3%E7%9A%84%E6%B8%B8%E6%88%8F%EF%BC%8C%E6%8F%89%E6%8F%89%E7%96%B2%E6%83%AB%E7%9A%84%E7%9C%BC%E7%9D%9B%E6%9C%9B%E5%90%91%E6%97%81%E8%BE%B9%E5%9C%A8%E6%8B%86%E7%B2%89%E4%B8%9D%E7%A4%BC%E7%89%A9%E7%9A%84%E9%87%91%E6%98%8E%E6%B4%99%E3%80%82%E2%80%9C%E7%B2%89%E4%B8%9D%E9%80%81%E7%9A%84%E5%94%87%E8%86%8F%E2%80%9D%EF%BC%8C...%20%E5%8E%9F%E6%96%87%EF%BC%9Ahttp%3A%2F%2Ft.cn%2FR5PfbQr%20%EF%BC%88%E5%88%86%E4%BA%AB%E8%87%AA%40%E5%BE%AE%E5%8D%9A%E6%90%9C%E7%B4%A2%EF%BC%89&fwnum=&type=shortlink&value=1\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_1_share_nologin\">\u5206\u4eab\n  \t \n \t <\/a>\n  \t <\/span><\/li>\n  \n  \t    <li><a class=\" W_textb\" title=\"\u8d5e\" action-data=\"object_id=1022:2309403977644973672268&object_type=article\" action-type=\"login\" node-type=\"likeTit\" href=\"javascript:void(0)\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_1_zan_nologin\"><span class=\"line S_line1\"><em class=\"W_ico12 icon_praised_b\" node-type=\"likeImg\"><\/em>\n    <em node-type=\"likeNum\">16<\/em>\n    <\/span>\n    <\/a><\/li> \n \t<\/ul>\n  <\/div>\n  <div>\n  \t    <span class=\"linkAc_l\"><span class=\"linkAC_from\">\u65b0\u6d6a\u5fae\u535a\n    \n  \t  \t\u53d1\u5e03\n  \t  \t<\/span><\/span>\n <span class=\"linkAc_l\"><span class=\"linkAC_from\">5\u670821\u65e5 <\/span><\/span>  <\/div>\n   <\/div>\n  <\/div>\n  <\/div>\n  \n <\/div>\n    <\/div>\n <\/div> \n    <\/div> \n   <div class=\"shortlink_feed feed_list_web2 \" node-type=\"like\">\n <div class=\"linkfeed_con clearfix\">\n    <div class=\"shortlink_con\">\n <div class=\"search_shortlink2 nopic clearfix\">\n  <p class=\"link_title2\"><a class=\"W_texta W_fb\" href=\"http:\/\/weibo.com\/p\/1001603974643861052172\" title=\"\u4e07\u5343\u661f\u8f89\u5de7\u514b\u529b\u9881\u5956\u5178\u793c Chocolate Award Ceremony\u3010\u7b2c864\u671f\u3011\" target=\"_blank\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_2_title_nologin\">\u4e07\u5343\u661f\u8f89\u5de7\u514b\u529b\u9881\u5956\u5178\u793c <em class=\"red\">Chocolate<\/em> Award Ceremony\u3010\u7b2c864\u671f\u3011<\/a><i class=\"icon_lweibo\"><\/i><\/p>\n  <div>\n  \t  <div class=\"link_pic\"><a class=\"pic_wrap\" href=\"http:\/\/weibo.com\/p\/1001603974643861052172\" target=\"_blank\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_2_pic_nologin\"><img alt=\"\u4e07\u5343\u661f\u8f89\u5de7\u514b\u529b\u9881\u5956\u5178\u793c Chocolate Award Ceremony\u3010\u7b2c864\u671f\u3011\" src=\"http:\/\/sinastorage.com\/simg.s.weibo.com\/gs1_15924404383363173921.jpg\"><\/a><\/div>\n    <div class=\"link_con\">\n   <p class=\"link_info W_textb\">\n\t\t   \t\t    \u6240\u4ee5\u963f\u8fde\u89c9\u5f97\u5927\u4f1a\u5e94\u8be5\u9881\u53d1\u4e00\u4e2a\u6770\u51fa\u8d21\u732e\u5956\u7ed9\u963f\u8fde\uff0c\u56e0\u4e3a\uff0c\u963f\u8fde\u4e3a\u4e86\u5de7\u514b\u529b\u754c\u7518\u613f\u727a\u7272\u4e86\u81ea\u5df1\u7684\u4f53\u91cd\u3002Welcometothechocolateawardceremony,I&#039;mhostLian...\n\t\t    <\/p>\n   <div style=\"display:;\" class=\"link_action clearfix W_linkb W_textb\">\n  <div class=\"feed_action clearfix W_fr\">\n  \t<ul class=\"feed_action_info\">\n  \t<!-- <li><a class=\" W_textb\" href=\"###\"><span class=\"line S_line1\">\n  \t\u5206\u4eab\n  \t<\/span><\/a><\/li> -->\n  \t\n  \t<li><span class=\"line S_line1\">\n  \t <a href=\"javascript:void(0);\" class=\"W_textb\" title=\"\u5206\u4eab\" action-type=\"login\" action-data=\"surl=http:\/\/weibo.com\/p\/1001603974643861052172&title=%E3%80%90%E4%B8%87%E5%8D%83%E6%98%9F%E8%BE%89%E5%B7%A7%E5%85%8B%E5%8A%9B%E9%A2%81%E5%A5%96%E5%85%B8%E7%A4%BC%20Chocolate%20Award%20Ceremony%E3%80%90...%E3%80%91%E6%89%80%E4%BB%A5%E9%98%BF%E8%BF%9E%E8%A7%89%E5%BE%97%E5%A4%A7%E4%BC%9A%E5%BA%94%E8%AF%A5%E9%A2%81%E5%8F%91%E4%B8%80%E4%B8%AA%E6%9D%B0%E5%87%BA%E8%B4%A1%E7%8C%AE%E5%A5%96%E7%BB%99%E9%98%BF%E8%BF%9E%EF%BC%8C%E5%9B%A0%E4%B8%BA%EF%BC%8C%E9%98%BF%E8%BF%9E%E4%B8%BA%E4%BA%86%E5%B7%A7%E5%85%8B%E5%8A%9B%E7%95%8C%E7%94%98%E6%84%BF%E7%89%BA%E7%89%B2%E4%BA%86%E8%87%AA%E5%B7%B1%E7%9A%84%E4%BD%93%E9%87%8D%E3%80%82Welcometothecho...%20%E5%8E%9F%E6%96%87%EF%BC%9Ahttp%3A%2F%2Ft.cn%2FRqd6P2F%20%EF%BC%88%E5%88%86%E4%BA%AB%E8%87%AA%40%E5%BE%AE%E5%8D%9A%E6%90%9C%E7%B4%A2%EF%BC%89&fwnum=&type=shortlink&value=1\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_2_share_nologin\">\u5206\u4eab\n  \t \n    8\n \t <\/a>\n  \t <\/span><\/li>\n  \n  \t    <li><a class=\" W_textb\" title=\"\u8d5e\" action-data=\"object_id=1022:1001603974643861052172&object_type=article\" action-type=\"login\" node-type=\"likeTit\" href=\"javascript:void(0)\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_2_zan_nologin\"><span class=\"line S_line1\"><em class=\"W_ico12 icon_praised_b\" node-type=\"likeImg\"><\/em>\n    <em node-type=\"likeNum\">9<\/em>\n    <\/span>\n    <\/a><\/li> \n \t<\/ul>\n  <\/div>\n  <div>\n  \t  \t<span class=\"linkAc_l\"><span class=\"linkAC_from\"><a target=\"_blank\" href=\"http:\/\/weibo.com\/u\/5028974986?refer_flag=1001030108_\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_2_author_nologin\">@\u5916\u8d38\u8fde \n  \t<\/a><!-- <span class=\"approve\"><\/span> --><a target=\"_blank\" href=\"http:\/\/verified.weibo.com\/verify\" title= \"\u5fae\u535a\u673a\u6784\u8ba4\u8bc1\" alt=\"\u5fae\u535a\u673a\u6784\u8ba4\u8bc1\" class=\"approve_co\"><\/a> \n  \t  \t\u53d1\u5e03\n  \t  \t<\/span><\/span>\n  \t    <span class=\"linkAc_l\"><span class=\"linkAC_from\">5\u670813\u65e5 <\/span><\/span>  <\/div>\n   <\/div>\n  <\/div>\n  <\/div>\n  \n <\/div>\n    <\/div>\n <\/div> \n    <\/div> \n   <div class=\"shortlink_feed feed_list_web2 \" node-type=\"like\">\n <div class=\"linkfeed_con clearfix\">\n    <div class=\"shortlink_con\">\n <div class=\"search_shortlink2 nopic clearfix\">\n  <p class=\"link_title2\"><a class=\"W_texta W_fb\" href=\"http:\/\/weibo.com\/p\/2304181390de3650102wanh\" title=\"\u60c5\u4eba\u8282\u5de7\u514b\u529b\u5e03\u4e01 Chocolate Pudding\" target=\"_blank\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_3_title_nologin\">\u60c5\u4eba\u8282\u5de7\u514b\u529b\u5e03\u4e01 <em class=\"red\">Chocolate<\/em> Pudding<\/a><i class=\"icon_lweibo\"><\/i><\/p>\n  <div>\n  \t  <div class=\"link_pic\"><a class=\"pic_wrap\" href=\"http:\/\/weibo.com\/p\/2304181390de3650102wanh\" target=\"_blank\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_3_pic_nologin\"><img alt=\"\u60c5\u4eba\u8282\u5de7\u514b\u529b\u5e03\u4e01 Chocolate Pudding\" src=\"http:\/\/sinastorage.com\/simg.s.weibo.com\/gs1_6263503896986992611.jpg\"><\/a><\/div>\n    <div class=\"link_con\">\n   <p class=\"link_info W_textb\">\n\t\t   \t\t    \u5b83\u6709\u6d53\u90c1\u7684\u5de7\u514b\u529b\u5473\u9053\u548c\u4e1d\u6ed1\u7684\u8d28\u5730\uff0c\u52a0\u4e0a\u96c5\u81f4\u7684\u9020\u578b\u9002\u5408\u4efb\u4f55\u65f6\u95f4\u98df\u7528\u3002\u5b83\u5236\u4f5c\u65b9\u6cd5\u7b80\u5355\u800c\u4e14\u98df\u7528\u4e5f\u65b9\u4fbf\uff0c\u8bd5\u8bd5\u8fd9\u4e2a\u5de7\u514b\u529b\u5e03\u4e01\u5427\u4f60\u4e00\u5b9a\u4e0d\u4f1a\u540e\u6094\u3002Chocolatepuddingisatraditional...\n\t\t    <\/p>\n   <div style=\"display:;\" class=\"link_action clearfix W_linkb W_textb\">\n  <div class=\"feed_action clearfix W_fr\">\n  \t<ul class=\"feed_action_info\">\n  \t<!-- <li><a class=\" W_textb\" href=\"###\"><span class=\"line S_line1\">\n  \t\u5206\u4eab\n  \t<\/span><\/a><\/li> -->\n  \t\n  \t<li><span class=\"line S_line1\">\n  \t <a href=\"javascript:void(0);\" class=\"W_textb\" title=\"\u5206\u4eab\" action-type=\"login\" action-data=\"surl=http:\/\/weibo.com\/p\/2304181390de3650102wanh&title=%E3%80%90%E6%83%85%E4%BA%BA%E8%8A%82%E5%B7%A7%E5%85%8B%E5%8A%9B%E5%B8%83%E4%B8%81%20Chocolate%20Pudding%E3%80%91%E5%AE%83%E6%9C%89%E6%B5%93%E9%83%81%E7%9A%84%E5%B7%A7%E5%85%8B%E5%8A%9B%E5%91%B3%E9%81%93%E5%92%8C%E4%B8%9D%E6%BB%91%E7%9A%84%E8%B4%A8%E5%9C%B0%EF%BC%8C%E5%8A%A0%E4%B8%8A%E9%9B%85%E8%87%B4%E7%9A%84%E9%80%A0%E5%9E%8B%E9%80%82%E5%90%88%E4%BB%BB%E4%BD%95%E6%97%B6%E9%97%B4%E9%A3%9F%E7%94%A8%E3%80%82%E5%AE%83%E5%88%B6%E4%BD%9C%E6%96%B9%E6%B3%95%E7%AE%80%E5%8D%95%E8%80%8C%E4%B8%94%E9%A3%9F%E7%94%A8%E4%B9%9F%E6%96%B9%E4%BE%BF%EF%BC%8C%E8%AF%95%E8%AF%95%E8%BF%99%E4%B8%AA%E5%B7%A7%E5%85%8B%E5%8A%9B%E5%B8%83%E4%B8%81%E5%90%A7%E4%BD%A0%E4%B8%80...%20%E5%8E%9F%E6%96%87%EF%BC%9Ahttp%3A%2F%2Ft.cn%2FRGtTdZY%20%EF%BC%88%E5%88%86%E4%BA%AB%E8%87%AA%40%E5%BE%AE%E5%8D%9A%E6%90%9C%E7%B4%A2%EF%BC%89&fwnum=&type=shortlink&value=1\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_3_share_nologin\">\u5206\u4eab\n  \t \n    19\n \t <\/a>\n  \t <\/span><\/li>\n  \n  \t    <li><a class=\" W_textb\" title=\"\u8d5e\" action-data=\"object_id=1022:2304181390de3650102wanh&object_type=article\" action-type=\"login\" node-type=\"likeTit\" href=\"javascript:void(0)\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_3_zan_nologin\"><span class=\"line S_line1\"><em class=\"W_ico12 icon_praised_b\" node-type=\"likeImg\"><\/em>\n    <em node-type=\"likeNum\">7<\/em>\n    <\/span>\n    <\/a><\/li> \n \t<\/ul>\n  <\/div>\n  <div>\n  \t  \t<span class=\"linkAc_l\"><span class=\"linkAC_from\"><a target=\"_blank\" href=\"http:\/\/weibo.com\/u\/5252178789?refer_flag=1001030108_\" suda-data=\"key=tblog_search_weibo_nologin&value=open_web_3_author_nologin\">@yanyanfoodtube \n  \t<\/a><!-- <span class=\"approve\"><\/span> --><a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member5\"><\/i><\/a> \n  \t  \t\u53d1\u5e03\n  \t  \t<\/span><\/span>\n  \t    <span class=\"linkAc_l\"><span class=\"linkAC_from\">2\u670812\u65e5 <\/span><\/span>  <\/div>\n   <\/div>\n  <\/div>\n  <\/div>\n  \n <\/div>\n    <\/div>\n <\/div> \n    <\/div> \n    <\/div>\n<\/div>\n<!-- \n<div class=\"WB_cardwrap S_bg2 clearfix\">\n   <div class=\"search_title_a clearfix\">\n    <a class=\"change W_fr\" target=\"_blank\" href=\"\/list\/relpage?search=chocolate\"suda-data=\"key=tblog_search_v5&value=direct_url_more_nologin\">\u66f4\u591a<em class=\"W_ficon ficon_arrow_right S_ficon\" href=\"#\">a<\/em><\/a>    <h4><span class=\"W_fb\"><i class=\"icon_web\"><\/i>\u76f8\u5173\u6587\u7ae0<\/span><\/h4>\n   <\/div>\n   <div class=\"search_feed_web\"> \n   \t\t \t\t <div class=\"shortlink_feed feed_list_web2 \">\n <div class=\"linkfeed_con clearfix\">\n    <div class=\"shortlink_con\">\n <div class=\"search_shortlink2 clearfix\">\n\t  \t   \t    <div class=\"link_pic\"><a class=\"pic_wrap\" href=\"http:\/\/weibo.com\/ttarticle\/p\/show?id=2309403977644973672268\" target=\"_blank\" suda-data=\"key=tblog_search_v5&value=direct_url_pic_nologin:1:1\"><img alt=\"Chocolate Kiss\" src=\"http:\/\/sinastorage.com\/simg.s.weibo.com\/gs1_4457213080113408330.jpg\"><\/a><\/div>\n   \t  \t  <div class=\"link_con\">\n <p class=\"link_title2\"><a class=\"W_texta\" href=\"http:\/\/weibo.com\/ttarticle\/p\/show?id=2309403977644973672268\" title=\"Chocolate Kiss\" target=\"_blank\" suda-data=\"key=tblog_search_v5&value=direct_url_title_nologin:1:1\">\t  \t    <em class=\"red\">Chocolate<\/em> Kiss\n\t  \t\t<\/a><\/p>\n\t\t <p class=\"link_info W_textb\">\n\t\t   \t\t    \t\t    \u00a0\u00a0\u201c\u660e\u6d19\uff0c\u8fd9\u662f\u4ec0\u4e48\uff1f\u201d\u00a0\u00a0\u00a0\u00a0\u674e\u6210\u70c8\u653e\u4e0b\u521a\u521a\u7834\u5173\u7684\u6e38\u620f\uff0c\u63c9\u63c9\u75b2\u60eb\u7684\u773c\u775b\u671b\u5411\u65c1\u8fb9\u5728\u62c6\u7c89\u4e1d\u793c\u7269\u7684\u91d1\u660e\u6d19\u3002\u201c\u7c89\u4e1d\u9001\u7684\u5507\u818f\u201d\uff0c\u91d1\u660e\u6d19\u65cb\u5f00\u5507\u7ba1\uff0c\u8ff7\u832b\u7684\u770b\u7740\u5de7\u514b\u529b\u8272\u7684\u5507\u818f\uff0c\u4f4e\u5934...\n\t\t    \t\t   \t\t   <\/p>\n <div style=\"display:;\" class=\"link_action clearfix W_linkb W_textb\">\n \t \t<span><\/span>\n \t  <span class=\"linkAc_l\"><span class=\"linkAC_from\">\u65b0\u6d6a\u5fae\u535a<\/span><\/span>\n  <span class=\"linkAc_l\"><span class=\"linkAC_from\">5\u670821\u65e5<\/span><\/span>   <\/div>\n  <\/div>\n  \t    \t  \t  <div class=\"link_con2\">\n \t   <p class=\"link_title3\"><span class=\"W_fr W_textb\"><i class=\"icon_view\"><\/i>8<\/span><span><a class=\"W_texta\" href=\"http:\/\/weibo.com\/p\/1001603974643861052172\" target=\"_blank\" suda-data=\"key=tblog_search_v5&value=direct_url_title_nologin:0:2\"><i class=\"point\"><\/i>\n  \u4e07\u5343\u661f\u8f89\u5de7\u514b\u529b\u9881\u5956\u5178\u793c <em class=\"red\">Chocolate<\/em> Award Ceremony\u3010\u7b2c864...\n  <\/a>\n<span class=\"s_lweibo\">\u957f\u5fae\u535a<\/span><span class=\"s_from\">\n5\u670813\u65e5<\/span><\/span><\/p>\n   \t    \t   <p class=\"link_title3\"><span class=\"W_fr W_textb\"><i class=\"icon_view\"><\/i>19<\/span><span><a class=\"W_texta\" href=\"http:\/\/weibo.com\/p\/2304181390de3650102wanh\" target=\"_blank\" suda-data=\"key=tblog_search_v5&value=direct_url_title_nologin:0:3\"><i class=\"point\"><\/i>\n  \u60c5\u4eba\u8282\u5de7\u514b\u529b\u5e03\u4e01 <em class=\"red\">Chocolate<\/em> Pudding\n  <\/a>\n<span class=\"s_lweibo\">\u957f\u5fae\u535a<\/span><span class=\"s_from\">\n2\u670812\u65e5<\/span><\/span><\/p>\n \t <\/div>\n\t <\/div>\n    <\/div>\n <\/div> \n    <\/div>\n  <\/div>\n<\/div>\n -->\n    <div class=\"feed_lists W_texta\" node-type=\"feed_list\">\n    <!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981354117553607\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981354117553607\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/mama1026?refer_flag=1001030103_\" title=\"\u5662\u7f8e\u8def\u8fea\" target=\"_blank\">\n\t<img src=\"http:\/\/tva2.sinaimg.cn\/crop.0.0.640.640.50\/59ce0387jw8f1azkq6ytgj20hs0hsjs8.jpg\" alt=\"\u5662\u7f8e\u8def\u8fea\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u5662\u7f8e\u8def\u8fea\" href=\"http:\/\/weibo.com\/mama1026?refer_flag=1001030103_\" target=\"_blank\" title=\"\u5662\u7f8e\u8def\u8fea\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u5662\u7f8e\u8def\u8fea\t    <a target=\"_blank\" href=\"http:\/\/club.weibo.com\/intro\" title= \"\u5fae\u535a\u8fbe\u4eba\" alt=\"\u5fae\u535a\u8fbe\u4eba\" class=\"ico_club\" node-type=\"daren\"><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u5662\u7f8e\u8def\u8fea\">\n\t\t\u4eca\u5929\u7ec8\u4e8e\u5403\u5230awfully <em class=\"red\">chocolate<\/em>\u7684\u5de7\u514b\u529b\u5343\u5c42\uff0c\u6211\u89c9\u5f97\u53e3\u611f\u6ca1\u6709\u4f20\u8bf4\u4e2d\u90a3\u4e48\u795e\u5947\uff0c\u4e0d\u8fc7\u8fd9\u5305\u88c5\u771f\u7279\u4e48\u597d\u770b\u2026\u2026\u2026<a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/%E5%90%83%E4%B8%AA%E8%9B%8B%E7%B3%95%E8%BF%87%E5%85%AD%E4%B8%80?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#\u5403\u4e2a\u86cb\u7cd5\u8fc7\u516d\u4e00#<\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww4.sinaimg.cn\/thumbnail\/59ce0387gw1f4f193vrj2j20qo0qo0v2.jpg\" action-type='feed_list_media_img' action-data=\"uid=1506673543&mid=3981354117553607\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1506673543\/Dy8ojvH2n?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-06-01 00:30\" date=\"1464712254000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">\u4eca\u5929 00:30<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">iPhone<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1506673543\/Dy8ojvH2n&mid=3981354117553607&name=\u5662\u7f8e\u8def\u8fea&uid=1506673543&domain=mama1026&pid=59ce0387gw1f4f193vrj2j20qo0qo0v2&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981354117553607\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981350199872998\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981350199872998\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/3383828262?refer_flag=1001030103_\" title=\"-\u6bb5\u708e\u79c0DYX\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.0.0.512.512.50\/c9b11f26jw8f44zzmipo3j20e80e8wf2.jpg\" alt=\"-\u6bb5\u708e\u79c0DYX\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"-\u6bb5\u708e\u79c0DYX\" href=\"http:\/\/weibo.com\/u\/3383828262?refer_flag=1001030103_\" target=\"_blank\" title=\"-\u6bb5\u708e\u79c0DYX\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t-\u6bb5\u708e\u79c0DYX\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member1\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"-\u6bb5\u708e\u79c0DYX\">\n\t\t221B BAKER ST.\u8d1d\u514b\u8857<br>\u8fd1\u671f\u5c06\u9650\u91cf\u63a8\u51fa\u60c5\u4fa3\u5957\u9910<br>\u4ea7\u81ea\u4e1c\u6b27\u5730\u533a\uff0c\u7f57\u9a6c\u5c3c\u4e9aMERLOT\u54c1\u79cd\u7ea2\u9152<br>\u4ea7\u81ea\u7f8e\u56fd\u4e2d\u897f\u90e8\u5730\u533a\uff0c\u7231\u8377\u534e\u6d32IOWA\u65e0\u9aa8\u6885\u82b1\u8089&amp;\u6cf0\u56fdROZA\u7cbe\u5fc3\u5236\u4f5c<br>\u6765\u81ea\u610f\u5927\u5229\u7684BARILIA\u901a\u5fc3\u7c89<br>\u914d\u4ee5\u6bd4\u5229\u65f6TRUFFLES&amp;<em class=\"red\">CHOCOLATE<\/em> CAKE <br>\u518d\u52a0\u4ee5Salad\u548c\u6c34\u679c\u966a\u4f34\n\t\t\t...<a href=\"javascript:void(0);\" class=\"WB_text_opt\" action-type=\"fl_unfold\" action-data=\"mid=3981350199872998&search=chocolate&absstr=chocolate&current_uid=3383828262&current_mid=3981350199872998\">\u5c55\u5f00\u5168\u6587<i class=\"W_ficon ficon_arrow_down\">c<\/i><\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=3383828262&pic_ids=c9b11f26gw1f4f0v1gumzj20rs0kugq0,c9b11f26gw1f4f0v2iki7j20rs0kun0l,c9b11f26gw1f4f0v2rwm9j20rs0ku0w8&mid=3981350199872998\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/c9b11f26gw1f4f0v1gumzj20rs0kugq0.jpg\" action-data=\"pic_id=c9b11f26gw1f4f0v1gumzj20rs0kugq0\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/c9b11f26gw1f4f0v2iki7j20rs0kun0l.jpg\" action-data=\"pic_id=c9b11f26gw1f4f0v2iki7j20rs0kun0l\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/c9b11f26gw1f4f0v2rwm9j20rs0ku0w8.jpg\" action-data=\"pic_id=c9b11f26gw1f4f0v2rwm9j20rs0ku0w8\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/3383828262\/Dy8hZFqpU?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-06-01 00:15\" date=\"1464711320000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">\u4eca\u5929 00:15<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">\u6c6a\u6c6a\u6c6a\u6c6a\u6c6aiPhone 6 Plus<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/3383828262\/Dy8hZFqpU&mid=3981350199872998&name=-\u6bb5\u708e\u79c0DYX&uid=3383828262&domain=&pid=c9b11f26gw1f4f0v1gumzj20rs0kugq0&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>2<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981350199872998\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981350194885375\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981350194885375\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/silentlyrevolution?refer_flag=1001030103_\" title=\"\u5730\u7403\u4eba\u5927\u5168\" target=\"_blank\">\n\t<img src=\"http:\/\/tva3.sinaimg.cn\/crop.0.0.639.639.50\/817f3cd9jw8f4ep4rr8d2j20hs0hr0st.jpg\" alt=\"\u5730\u7403\u4eba\u5927\u5168\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u5730\u7403\u4eba\u5927\u5168\" href=\"http:\/\/weibo.com\/silentlyrevolution?refer_flag=1001030103_\" target=\"_blank\" title=\"\u5730\u7403\u4eba\u5927\u5168\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u5730\u7403\u4eba\u5927\u5168\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u5730\u7403\u4eba\u5927\u5168\">\n\t\t\u8111\u5b50\u91cc\u4e00\u76f4\u5728\u5faa\u73af\u4e00\u53e5\u6b4c\u8bcd\u662f\u4e0d\u662f\u5f88\u70e6 \u6211cigarette and <em class=\"red\">chocolate<\/em> milk\u4e00\u665a\u4e0a\u4e86\n\t\t<\/p>\n\t\t\n\t\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2172599513\/Dy8hZkuUn?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-06-01 00:15\" date=\"1464711320000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">\u4eca\u5929 00:15<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">iPhone<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2172599513\/Dy8hZkuUn&mid=3981350194885375&name=\u5730\u7403\u4eba\u5927\u5168&uid=2172599513&domain=silentlyrevolution&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981350194885375\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981345175220445\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981345175220445\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/shaziling?refer_flag=1001030103_\" title=\"\u751f\u9748\u624b\u5320\" target=\"_blank\">\n\t<img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.664.664.50\/6ca87ab3jw8f0rckwz89bj20ig0igwg3.jpg\" alt=\"\u751f\u9748\u624b\u5320\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u751f\u9748\u624b\u5320\" href=\"http:\/\/weibo.com\/shaziling?refer_flag=1001030103_\" target=\"_blank\" title=\"\u751f\u9748\u624b\u5320\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u751f\u9748\u624b\u5320\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member3\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u751f\u9748\u624b\u5320\">\n\t\tI like banachkarol's Instagram &quot;Merci <a href=\"http:\/\/weibo.com\/n\/lechocolatdesfrancais?refer_flag=1001030001_\" disable_usercard=\"name=lechocolatdesfrancais\" suda-data=\"key=tblog_search_weibo&value=weibo_feed_at\" target=\"_blank\" class=W_linkb>@lechocolatdesfrancais<\/a>. :) my drawings on <em class=\"red\">chocolate<\/em> <a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/ilustration?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#ilustration #<\/a>drawing #ch\u2026<a title=\"https:\/\/www.instagram.com\/p\/BGEOCW9L86Q\/\" href=\"http:\/\/t.cn\/R5UgcS4\" target=\"_blank\" mt=\"url\" action-type=\"feed_list_url\" suda-data=\"key=tblog_search_weibo&value=weibo_nologin_url\" class=\"W_linkb\">http:\/\/t.cn\/R5UgcS4<\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww2.sinaimg.cn\/thumbnail\/6ca87ab3jw1f4f0aed8qij20u00u0wk0.jpg\" action-type='feed_list_media_img' action-data=\"uid=1822980787&mid=3981345175220445\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1822980787\/Dy89TlU4J?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 23:55\" date=\"1464710122000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 23:55<\/a> \u6765\u81ea <a target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/107oxq\" rel=\"nofollow\">IFTTT_Official<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1822980787\/Dy89TlU4J&mid=3981345175220445&name=\u751f\u9748\u624b\u5320&uid=1822980787&domain=shaziling&pid=6ca87ab3jw1f4f0aed8qij20u00u0wk0&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981345175220445\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981325583569120\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981325583569120\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/shyuukun?refer_flag=1001030103_\" title=\"\u9752qtm\" target=\"_blank\">\n\t<img src=\"http:\/\/tva2.sinaimg.cn\/crop.0.0.180.180.50\/69414f33jw1e8qgp5bmzyj2050050aa8.jpg\" alt=\"\u9752qtm\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u9752qtm\" href=\"http:\/\/weibo.com\/shyuukun?refer_flag=1001030103_\" target=\"_blank\" title=\"\u9752qtm\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u9752qtm\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u9752qtm\">\n\t\t\u4eca\u5929\u661f\u5df4\u514b\u6709Happy hour one-for-one (again)\u4e0b\u5348\u8dd1\u4e0b\u697c\uff08\u6ca1\u9519\u6211\u4eecoffice building\u4e8c\u697c\u5c31\u6709\u4e00\u5bb6\u661f\u5df4\u514b\ud83c\udf1d\uff09\u7ed9\u81ea\u5df1\u548c\u540c\u4e8b\u4e70\u4e86\u4e24\u676fdouble <em class=\"red\">chocolate<\/em> green tea<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/87\/lxhxuyuan_org.gif\" title=\"[\u8bb8\u613f]\" alt=\"[\u8bb8\u613f]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=1765887795&pic_ids=69414f33gw1f4ey0p3i5gj20ku0kudjh,69414f33gw1f4ey0lh6m0j20ku0ku421&mid=3981325583569120\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/69414f33gw1f4ey0p3i5gj20ku0kudjh.jpg\" action-data=\"pic_id=69414f33gw1f4ey0p3i5gj20ku0kudjh\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww3.sinaimg.cn\/square\/69414f33gw1f4ey0lh6m0j20ku0ku421.jpg\" action-data=\"pic_id=69414f33gw1f4ey0lh6m0j20ku0ku421\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1765887795\/Dy7EieYus?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 22:37\" date=\"1464705451000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 22:37<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/3jskmg\" rel=\"nofollow\">iPhone 6s<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1765887795\/Dy7EieYus&mid=3981325583569120&name=\u9752qtm&uid=1765887795&domain=shyuukun&pid=69414f33gw1f4ey0p3i5gj20ku0kudjh&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981325583569120\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981317077200865\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981317077200865\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/chloeleung33?refer_flag=1001030103_\" title=\"mannerkethn\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.384.0.610.610.50\/789606dbgw1eknpbkdqlkj20zk0k0ad3.jpg\" alt=\"mannerkethn\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"mannerkethn\" href=\"http:\/\/weibo.com\/chloeleung33?refer_flag=1001030103_\" target=\"_blank\" title=\"mannerkethn\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\tmannerkethn\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"mannerkethn\">\n\t\tSPICY <em class=\"red\">CHOCOLATE<\/em>\u300c \u897f\u5185\u739b\u5229\u4e9a YU-A\u300d NETFLIX \u7535\u89c6\u5267\u300a\u706b\u82b1\u300b dalzgi <a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%8A%A8%E7%94%BB?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#\u54d4\u54e9\u54d4\u54e9\u52a8\u753b#<\/a> <a class=\"W_btn_c6\" href=\"javascript:void(0);\" action-data=\"object_id=2016475001:dc85d7b6572391842bbbbdca578febf6&short_url=http:\/\/t.cn\/R5Umrdx&title=SPICY+CHOCOLATE%E3%80%8C+%E8%A5%BF%E5%86%85%E7%8E%9B%E5%88%A9%E4%BA%9A+YU-A%E3%80%8D+NETFLIX+%E7%94%B5%E8%A7%86%E5%89%A7%E3%80%8A%E7%81%AB%E8%8A%B1%E3%80%8B\" action-type=\"feed_list_third_video\" suda-data=\"key=tblog_card&value=click_title:3981317077200865:2016475001_video:2016475001:dc85d7b6572391842bbbbdca578febf6:search_weibo:2023098075:3981317077200865:2023098075\"><span class=\"W_btn_tag\"><em class=\"W_btn_icon\"><i class=\"W_ico12 icon_cd_video \"><\/i><i class=\"W_vline S_line1_c\">|<\/i><\/em><em class=\"W_autocut W_linkb\">SPICY CHOC...<\/em><\/span><\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww1.sinaimg.cn\/thumbnail\/789606dbjw1f4ex27zfa3j208w05k74g.jpg\" action-type='feed_list_media_img' action-data=\"uid=2023098075&mid=3981317077200865\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t\t  \t\n\t<div class=\"media_box\">\n\t <!-- \u89c6\u9891,\u5fae\u5356\u7b49-->\n\t <!-- \u4ec5\u5728\u56fe\u7247\u5c11\u4e8e\u7b49\u4e8e\u4e00\u5f20\u7684\u65f6\u5019\u663e\u793a -->\n\t \t <!--card2-->\n\t \t <ul class=\"WB_media_a WB_media_a_m2 clearfix\">\n <li class=\"WB_video WB_video_a S_bg1\" \n suda-data=\"key=multimedia_bigplay&value=bigplay_button:3981317077200865:2016475001-video:3981317077200865:2016475001:dc85d7b6572391842bbbbdca578febf6:search_weibo:2023098075:3981317077200865:2023098075\"\n status=\"\" action-data=\"key=tblog_card&title=SPICY+CHOCOLATE%E3%80%8C+%E8%A5%BF%E5%86%85%E7%8E%9B%E5%88%A9%E4%BA%9A+YU-A%E3%80%8D+NETFLIX+%E7%94%B5%E8%A7%86%E5%89%A7%E3%80%8A%E7%81%AB%E8%8A%B1%E3%80%8B&full_url=http%3A%2F%2Fwww.bilibili.com%2Fvideo%2Fav4820297&short_url=http:\/\/t.cn\/R5Umrdx&object_id=2016475001:dc85d7b6572391842bbbbdca578febf6\" \n action-type=\"feed_list_third_video\">\n <img src=\"http:\/\/i0.hdslb.com\/bfs\/archive\/cb6367fda8c0dd6aeee5485637d792354a72cb42.jpg\" alt=\"SPICY CHOCOLATE\u300c \u897f\u5185\u739b\u5229\u4e9a YU-A\u300d NETFLIX \u7535\u89c6\u5267\u300a\u706b\u82b1\u300b\" title=\"SPICY CHOCOLATE\u300c \u897f\u5185\u739b\u5229\u4e9a YU-A\u300d NETFLIX \u7535\u89c6\u5267\u300a\u706b\u82b1\u300b\"\/>\n <i class=\"W_icon icon_playvideo\"><\/i>\n \t\n <\/li>\n <\/ul>\n \t\t<\/div><!-- end mediabod -->\n\t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2023098075\/Dy7qzudgZ?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 22:03\" date=\"1464703422000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 22:03<\/a> \u6765\u81ea <a target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/141xZC\" rel=\"nofollow\">\u54d4\u54e9\u54d4\u54e9\u52a8\u753b<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2023098075\/Dy7qzudgZ&mid=3981317077200865&name=mannerkethn&uid=2023098075&domain=chloeleung33&pid=789606dbjw1f4ex27zfa3j208w05k74g&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981317077200865\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981315570897344\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981315570897344\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2677050725?refer_flag=1001030103_\" title=\"Pri_Althea\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.1.0.509.509.50\/9f908d65jw8f48sstdmdjj20e80e5aal.jpg\" alt=\"Pri_Althea\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"Pri_Althea\" href=\"http:\/\/weibo.com\/u\/2677050725?refer_flag=1001030103_\" target=\"_blank\" title=\"Pri_Althea\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\tPri_Althea\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member4\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"Pri_Althea\">\n\t\t\u4e07\u80fd\u7684\u9996\u9875\u554a<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/3b\/lxhxixi_org.gif\" title=\"[\u5662\u8036]\" alt=\"[\u5662\u8036]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/3b\/lxhxixi_org.gif\" title=\"[\u5662\u8036]\" alt=\"[\u5662\u8036]\" type=\"face\" \/>\u6709\u6ca1\u6709\u4eba\u6709black <em class=\"red\">chocolate<\/em> \u7684\u4e50\u5668\u7248<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/b6\/doge_org.gif\" title=\"[doge]\" alt=\"[doge]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/b6\/doge_org.gif\" title=\"[doge]\" alt=\"[doge]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/b6\/doge_org.gif\" title=\"[doge]\" alt=\"[doge]\" type=\"face\" \/>\u5988\u5440\u6211\u5feb\u88ab\u95f4\u594f\u7684\u5409\u4ed6\u58f0\u7ed9\u597d\u542c\u54ed\u4e86<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/70\/88_org.gif\" title=\"[\u62dc\u62dc]\" alt=\"[\u62dc\u62dc]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2677050725\/Dy7o93Lri?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 21:57\" date=\"1464703064000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 21:57<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">FTISLAND'siPhone 6 Plus<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2677050725\/Dy7o93Lri&mid=3981315570897344&name=Pri_Althea&uid=2677050725&domain=&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981315570897344\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981304120915282\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981304120915282\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2060208202?refer_flag=1001030103_\" title=\"\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.0.0.664.664.50\/7acc484ajw8eyw122qhx0j20ig0ig3zl.jpg\" alt=\"\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b\" href=\"http:\/\/weibo.com\/u\/2060208202?refer_flag=1001030103_\" target=\"_blank\" title=\"\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b\">\n\t\t\uff0a<em class=\"red\">chocolate<\/em> cookies\uff0a\u6ca1\u60f3\u5230\u4f60\u662f\u8fd9\u6837\u7684\u6cbb\u6108\u7cfb\u3002\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=2060208202&pic_ids=7acc484ajw1f4evkl06laj20qo0xc44e,7acc484ajw1f4evknpgwzj20zl0qoakv&mid=3981304120915282\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/7acc484ajw1f4evkl06laj20qo0xc44e.jpg\" action-data=\"pic_id=7acc484ajw1f4evkl06laj20qo0xc44e\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/7acc484ajw1f4evknpgwzj20zl0qoakv.jpg\" action-data=\"pic_id=7acc484ajw1f4evknpgwzj20zl0qoakv\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2060208202\/Dy75G3Q6C?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 21:12\" date=\"1464700334000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 21:12<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/3jskmg\" rel=\"nofollow\">iPhone 6s<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2060208202\/Dy75G3Q6C&mid=3981304120915282&name=\u58a8\u83f2\u5c0f\u59d0\u7684\u773c\u775b&uid=2060208202&domain=&pid=7acc484ajw1f4evkl06laj20qo0xc44e&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981304120915282\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981300250038028\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981300250038028\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/GraceChowKMH?refer_flag=1001030103_\" title=\"GraceChow_KMH\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.0.0.1440.1440.50\/c0ae42acjw8etr3g3xizjj2140140n1s.jpg\" alt=\"GraceChow_KMH\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"GraceChow_KMH\" href=\"http:\/\/weibo.com\/GraceChowKMH?refer_flag=1001030103_\" target=\"_blank\" title=\"GraceChow_KMH\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\tGraceChow_KMH\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"GraceChow_KMH\">\n\t\t\u65e5\u672c\u6c92\u6709<em class=\"red\">chocolate<\/em> milk\u55ce\u6211\u6bd4\u8f03\u559c\u6b61\u559d<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/af\/kl_org.gif\" title=\"[\u53ef\u601c]\" alt=\"[\u53ef\u601c]\" type=\"face\" \/>\u96d6\u7136\u5b83\u8aaa\u81ea\u5df1\u662f\u7f8e\u5473\u725b\u5976<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/19\/heia_org.gif\" title=\"[\u5077\u7b11]\" alt=\"[\u5077\u7b11]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww4.sinaimg.cn\/thumbnail\/c0ae42acgw1f4ev3g7w24j20qo1ben2m.jpg\" action-type='feed_list_media_img' action-data=\"uid=3232645804&mid=3981300250038028\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/3232645804\/Dy6Zr09Tm?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 20:56\" date=\"1464699411000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 20:56<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">\u4e09\u661f GALAXY Note 4<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/3232645804\/Dy6Zr09Tm&mid=3981300250038028&name=GraceChow_KMH&uid=3232645804&domain=GraceChowKMH&pid=c0ae42acgw1f4ev3g7w24j20qo1ben2m&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981300250038028\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>1<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t<div class=\"search_title_as\">\n\t<h4>\n\t<span>\n\t<i class=\"W_ficon ficon_recommend S_ficon\"><\/i><a suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_time\" href=\"javascript:void(0);\" title=\"2016-05-31 19:36\" date=\"1464694585000\" node-type=\"feed_list_item_date\"><em>5\u670831\u65e5 19:36<\/em><\/a> <em>\u8f6c\u8d5e\u4eba\u6570\u8d85\u8fc720<\/em>\n\t\t<\/span>\n\t<\/h4>\n\t<\/div>\n\t\t\n\t<div mid=\"3981206675206184\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981206675206184\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/chinalohas2010?refer_flag=1001030103_\" title=\"LOHAS\u4e50\u6d3b\u6742\u5fd7\" target=\"_blank\">\n\t<img src=\"http:\/\/tva3.sinaimg.cn\/crop.0.0.947.947.50\/6bccf64egw1f394psnj8ej20qg0yq7fs.jpg\" alt=\"LOHAS\u4e50\u6d3b\u6742\u5fd7\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"LOHAS\u4e50\u6d3b\u6742\u5fd7\" href=\"http:\/\/weibo.com\/chinalohas2010?refer_flag=1001030103_\" target=\"_blank\" title=\"LOHAS\u4e50\u6d3b\u6742\u5fd7\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_name\" class=\"name_txt W_fb\">\n\t\tLOHAS\u4e50\u6d3b\u6742\u5fd7\t    <a target=\"_blank\" href=\"http:\/\/verified.weibo.com\/verify\" title= \"\u5fae\u535a\u673a\u6784\u8ba4\u8bc1\" alt=\"\u5fae\u535a\u673a\u6784\u8ba4\u8bc1\" class=\"approve_co\"><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"LOHAS\u4e50\u6d3b\u6742\u5fd7\">\n\t\t\u4e0b\u5348\u8336\u65f6\u95f4\uff01Love <em class=\"red\">chocolate<\/em>\uff01<img src=\"http:\/\/img.t.sinajs.cn\/t3\/style\/images\/common\/face\/emimage\/ee8185.png\" width=\"20px\" height=\"20px\" \/>\ufe0f \u56fe via ins:papaya_sunshine\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=1808594510&pic_ids=6bccf64egw1f4ekbpd578j20ku0jtgp6,6bccf64egw1f4ekbqlon9j20ku0jjgp2,6bccf64egw1f4ekbs5n21j20ku0kkdjc,6bccf64egw1f4ekbtipnkj20ku0kv0vj,6bccf64egw1f4ekbnzv4hj20ku0kqtct,6bccf64egw1f4ekbvlehzj20ku0kr444,6bccf64egw1f4ekbwpuexj20ku0kkadq,6bccf64egw1f4ekbyybh8j20ku0kiwle,6bccf64egw1f4ekc0288ij20ku0kgad7&mid=3981206675206184\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix WB_media_a_m9\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww3.sinaimg.cn\/square\/6bccf64egw1f4ekbpd578j20ku0jtgp6.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbpd578j20ku0jtgp6\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/6bccf64egw1f4ekbqlon9j20ku0jjgp2.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbqlon9j20ku0jjgp2\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/6bccf64egw1f4ekbs5n21j20ku0kkdjc.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbs5n21j20ku0kkdjc\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/6bccf64egw1f4ekbtipnkj20ku0kv0vj.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbtipnkj20ku0kv0vj\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/6bccf64egw1f4ekbnzv4hj20ku0kqtct.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbnzv4hj20ku0kqtct\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/6bccf64egw1f4ekbvlehzj20ku0kr444.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbvlehzj20ku0kr444\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/6bccf64egw1f4ekbwpuexj20ku0kkadq.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbwpuexj20ku0kkadq\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/6bccf64egw1f4ekbyybh8j20ku0kiwle.jpg\" action-data=\"pic_id=6bccf64egw1f4ekbyybh8j20ku0kiwle\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww3.sinaimg.cn\/square\/6bccf64egw1f4ekc0288ij20ku0kgad7.jpg\" action-data=\"pic_id=6bccf64egw1f4ekc0288ij20ku0kgad7\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_1_zhuanzan_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/1808594510\/Dy4yvlQmI?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 14:45\" date=\"1464677101000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_time\" action-type=\"login\">5\u670831\u65e5 14:45<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/3o33sO\" rel=\"nofollow\">iPhone 6<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/1808594510\/Dy4yvlQmI&mid=3981206675206184&name=LOHAS\u4e50\u6d3b\u6742\u5fd7&uid=1808594510&domain=chinalohas2010&pid=6bccf64egw1f4ekbpd578j20ku0jtgp6&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em>6<\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>6<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981206675206184\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_social_1_zhuanzan_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>21<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981279827198420\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981279827198420\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2196674310?refer_flag=1001030103_\" title=\"\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT\" target=\"_blank\">\n\t<img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.511.511.50\/82ee9706jw8f1pphu6vq9j20e70e8ab7.jpg\" alt=\"\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT\" href=\"http:\/\/weibo.com\/u\/2196674310?refer_flag=1001030103_\" target=\"_blank\" title=\"\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT\">\n\t\t\u88ab\u5b89\u5229\u4e86\u5f88\u4e45\u7684awfully <em class=\"red\">chocolate<\/em> \u771f\u7684\u7092\u9e21\u597d\u6b21<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/bc\/otm_org.gif\" title=\"[\u5965\u7279\u66fc]\" alt=\"[\u5965\u7279\u66fc]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/bc\/otm_org.gif\" title=\"[\u5965\u7279\u66fc]\" alt=\"[\u5965\u7279\u66fc]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/bc\/otm_org.gif\" title=\"[\u5965\u7279\u66fc]\" alt=\"[\u5965\u7279\u66fc]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2196674310\/Dy6suucDy?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 19:35\" date=\"1464694542000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 19:35<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/3o33sO\" rel=\"nofollow\">iPhone 6<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2196674310\/Dy6suucDy&mid=3981279827198420&name=\u4e13\u60c5\u6ef4\u59b9\u7eb8ToT&uid=2196674310&domain=&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>2<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981279827198420\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981270906067940\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981270906067940\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2835161573?refer_flag=1001030103_\" title=\"-\u738b\u7f8a\" target=\"_blank\">\n\t<img src=\"http:\/\/tva1.sinaimg.cn\/crop.0.0.639.639.50\/a8fd21e5jw8f0wt8t1c31j20hs0hrdge.jpg\" alt=\"-\u738b\u7f8a\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"-\u738b\u7f8a\" href=\"http:\/\/weibo.com\/u\/2835161573?refer_flag=1001030103_\" target=\"_blank\" title=\"-\u738b\u7f8a\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t-\u738b\u7f8a\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member2\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"-\u738b\u7f8a\">\n\t\t\ud83c\uddec\ud83c\uddf7\u6f02\u6d0b\u8fc7\u6d77\u6765\u7684<em class=\"red\">chocolate<\/em>. coffee and\u5c0f\u6bdb\u9a74\u5440\u5c0f\u6bdb\u9a74<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/34\/xiaoku_org.gif\" title=\"[\u7b11cry]\" alt=\"[\u7b11cry]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/34\/xiaoku_org.gif\" title=\"[\u7b11cry]\" alt=\"[\u7b11cry]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/34\/xiaoku_org.gif\" title=\"[\u7b11cry]\" alt=\"[\u7b11cry]\" type=\"face\" \/>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww1.sinaimg.cn\/thumbnail\/a8fd21e5jw1f4erqlj6ubj20qo0qotel.jpg\" action-type='feed_list_media_img' action-data=\"uid=2835161573&mid=3981270906067940\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2835161573\/Dy6e6psy0?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 19:00\" date=\"1464692415000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 19:00<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/3jskmg\" rel=\"nofollow\">iPhone 6s<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2835161573\/Dy6e6psy0&mid=3981270906067940&name=-\u738b\u7f8a&uid=2835161573&domain=&pid=a8fd21e5jw1f4erqlj6ubj20qo0qotel&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981270906067940\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>1<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981270088068018\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981270088068018\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2948249163?refer_flag=1001030103_\" title=\"Chocolate\u5c0f\u7487\u5b50\" target=\"_blank\">\n\t<img src=\"http:\/\/tva4.sinaimg.cn\/crop.0.0.996.996.50\/afbab64bjw8f3ev7zhhddj20ro0rpwin.jpg\" alt=\"Chocolate\u5c0f\u7487\u5b50\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"Chocolate\u5c0f\u7487\u5b50\" href=\"http:\/\/weibo.com\/u\/2948249163?refer_flag=1001030103_\" target=\"_blank\" title=\"Chocolate\u5c0f\u7487\u5b50\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\tChocolate\u5c0f\u7487\u5b50\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"Chocolate\u5c0f\u7487\u5b50\">\n\t\t\u9a6c\u4e1c\u643a\u6c61\u529b\u5929\u56e2\u6620\u5ba2\u76f4\u64ad\u9996\u79c0\uff01<em class=\"red\">chocolate<\/em> ~\u6b63\u5728\u76f4\u64ad\uff0c\u901f\u6765\u56f4\u89c2\uff0c\u70b9\u6b64\u8fdb\u5165&gt;&gt; <a title=\"http:\/\/live4.a8.com\/s\/?uid=55447944&liveid=1464692213195887&ctime=1464692213&share_uid=55447944\" href=\"http:\/\/t.cn\/R5Uj6lr\" target=\"_blank\" mt=\"url\" action-type=\"feed_list_url\" suda-data=\"key=tblog_search_weibo&value=weibo_nologin_url\" class=\"W_linkb\">http:\/\/t.cn\/R5Uj6lr<\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww4.sinaimg.cn\/thumbnail\/afbab64bgw1f4erny1dodj20o00o0ad0.jpg\" action-type='feed_list_media_img' action-data=\"uid=2948249163&mid=3981270088068018\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2948249163\/Dy6cMxQRk?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 18:57\" date=\"1464692220000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 18:57<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/5vkkFz\" rel=\"nofollow\">\u6620\u5ba2android<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2948249163\/Dy6cMxQRk&mid=3981270088068018&name=Chocolate\u5c0f\u7487\u5b50&uid=2948249163&domain=&pid=afbab64bgw1f4erny1dodj20o00o0ad0&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981270088068018\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981268787935994\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981268787935994\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/5892935552?refer_flag=1001030103_\" title=\"zyyyueyue\" target=\"_blank\">\n\t<img src=\"http:\/\/tva3.sinaimg.cn\/crop.0.0.996.996.50\/006qO9JCjw8f2ok9dqkm7j30ro0ro0uv.jpg\" alt=\"zyyyueyue\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"zyyyueyue\" href=\"http:\/\/weibo.com\/u\/5892935552?refer_flag=1001030103_\" target=\"_blank\" title=\"zyyyueyue\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\tzyyyueyue\t    <a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member1\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"zyyyueyue\">\n\t\t<a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/%E5%93%94%E5%93%A9%E5%93%94%E5%93%A9%E5%8A%A8%E7%94%BB?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#\u54d4\u54e9\u54d4\u54e9\u52a8\u753b#<\/a> \u3010BBC\u3011\u6df1\u5165\u5de7\u514b\u529b\u4e16\u754c <em class=\"red\">Chocolate<\/em> Perfection With Michel Roux Jr\u3010\u81ea\u8bd1\u53cc\u8bed\u5b57\u5e55 \u9002\u5408\u8fb9\u5403\u8fb9\u770b <a class=\"W_btn_c6\" href=\"javascript:void(0);\" action-data=\"object_id=2016475001:6974232a38f334a2379e248dde9369b1&short_url=http:\/\/t.cn\/RGxhzeB&title=%E3%80%90BBC%E3%80%91%E6%B7%B1%E5%85%A5%E5%B7%A7%E5%85%8B%E5%8A%9B%E4%B8%96%E7%95%8C+Chocolate+Perfection+With+Michel+Roux+Jr%E3%80%90%E8%87%AA%E8%AF%91%E5%8F%8C%E8%AF%AD%E5%AD%97%E5%B9%95\" action-type=\"feed_list_third_video\" suda-data=\"key=tblog_card&value=click_title:3981268787935994:2016475001_video:2016475001:6974232a38f334a2379e248dde9369b1:search_weibo:5892935552:3981268787935994:5892935552\"><span class=\"W_btn_tag\"><em class=\"W_btn_icon\"><i class=\"W_ico12 icon_cd_video \"><\/i><i class=\"W_vline S_line1_c\">|<\/i><\/em><em class=\"W_autocut W_linkb\">\u3010BBC\u3011\u6df1...<\/em><\/span><\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww2.sinaimg.cn\/thumbnail\/006qO9JCjw1f4erik0sjsj31be0qotk0.jpg\" action-type='feed_list_media_img' action-data=\"uid=5892935552&mid=3981268787935994\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t\t  \t\n\t<div class=\"media_box\">\n\t <!-- \u89c6\u9891,\u5fae\u5356\u7b49-->\n\t <!-- \u4ec5\u5728\u56fe\u7247\u5c11\u4e8e\u7b49\u4e8e\u4e00\u5f20\u7684\u65f6\u5019\u663e\u793a -->\n\t \t <!--card2-->\n\t \t <ul class=\"WB_media_a WB_media_a_m2 clearfix\">\n <li class=\"WB_video WB_video_a S_bg1\" \n suda-data=\"key=multimedia_bigplay&value=bigplay_button:3981268787935994:2016475001-video:3981268787935994:2016475001:6974232a38f334a2379e248dde9369b1:search_weibo:5892935552:3981268787935994:5892935552\"\n status=\"\" action-data=\"key=tblog_card&title=%E3%80%90BBC%E3%80%91%E6%B7%B1%E5%85%A5%E5%B7%A7%E5%85%8B%E5%8A%9B%E4%B8%96%E7%95%8C+Chocolate+Perfection+With+Michel+Roux+Jr%E3%80%90%E8%87%AA%E8%AF%91%E5%8F%8C%E8%AF%AD%E5%AD%97%E5%B9%95&full_url=http%3A%2F%2Fwww.bilibili.com%2Fvideo%2Fav3848367&short_url=http:\/\/t.cn\/RGxhzeB&object_id=2016475001:6974232a38f334a2379e248dde9369b1\" \n action-type=\"feed_list_third_video\">\n <img src=\"http:\/\/i2.hdslb.com\/video\/94\/9444721fe3ad90043d31243af8e25f13.jpg\" alt=\"\u3010BBC\u3011\u6df1\u5165\u5de7\u514b\u529b\u4e16\u754c Chocolate Perfection With Michel Roux Jr\u3010\u81ea\u8bd1\u53cc\u8bed\u5b57\u5e55\" title=\"\u3010BBC\u3011\u6df1\u5165\u5de7\u514b\u529b\u4e16\u754c Chocolate Perfection With Michel Roux Jr\u3010\u81ea\u8bd1\u53cc\u8bed\u5b57\u5e55\"\/>\n <i class=\"W_icon icon_playvideo\"><\/i>\n \t\n <\/li>\n <\/ul>\n \t\t<\/div><!-- end mediabod -->\n\t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/5892935552\/Dy6aGxivU?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 18:51\" date=\"1464691910000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 18:51<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/141xZC\" rel=\"nofollow\">\u54d4\u54e9\u54d4\u54e9\u52a8\u753b<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/5892935552\/Dy6aGxivU&mid=3981268787935994&name=zyyyueyue&uid=5892935552&domain=&pid=006qO9JCjw1f4erik0sjsj31be0qotk0&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em>1<\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981268787935994\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981266879627960\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981266879627960\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2313144390?refer_flag=1001030103_\" title=\"\u5468\u96c5\u7426\u9171\" target=\"_blank\">\n\t<img src=\"http:\/\/tva3.sinaimg.cn\/crop.0.0.750.750.50\/89dfc846jw8f4du941rphj20ku0kumyj.jpg\" alt=\"\u5468\u96c5\u7426\u9171\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u5468\u96c5\u7426\u9171\" href=\"http:\/\/weibo.com\/u\/2313144390?refer_flag=1001030103_\" target=\"_blank\" title=\"\u5468\u96c5\u7426\u9171\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u5468\u96c5\u7426\u9171\t    <a target=\"_blank\" href=\"http:\/\/club.weibo.com\/intro\" title= \"\u5fae\u535a\u8fbe\u4eba\" alt=\"\u5fae\u535a\u8fbe\u4eba\" class=\"ico_club\" node-type=\"daren\"><\/a><a href=\"http:\/\/vip.weibo.com\/personal?from=search\" target=\"_blank\" title=\"\u5fae\u535a\u4f1a\u5458\"><i class=\"W_icon ico_member3\"><\/i><\/a><\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u5468\u96c5\u7426\u9171\">\n\t\t\ud83c\udf51\ud83c\udf6b<a class=\"a_topic W_linkb\" href=\"http:\/\/huati.weibo.com\/k\/Chocolate+Kiss%5B%E9%9F%B3%E4%B9%90%5D?from=526\"suda-data=\"key=tblog_search_weibo&value=weibo_nologin_topic\" target=\"_blank\">#<em class=\"red\">Chocolate<\/em> Kiss<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/d0\/music_org.gif\" title=\"[\u97f3\u4e50]\" alt=\"[\u97f3\u4e50]\" type=\"face\" \/>#<\/a> <br><br>\u53ef\u7231\u7684\u90fd\u5e94\u8be5\u88ab\u5b9d\u8d1d \/ Mark &amp; Jr\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=2313144390&pic_ids=89dfc846gw1f4ejtxq8mfj21kw1kwhdv,89dfc846gw1f4ejtzu7woj20kt0ktdtx,89dfc846gw1f4ejtqozupj21kw1kwhdu,89dfc846gw1f4eju7f5tpj21kw1kwqv7&mid=3981266879627960\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix WB_media_a_m4\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/89dfc846gw1f4ejtxq8mfj21kw1kwhdv.jpg\" action-data=\"pic_id=89dfc846gw1f4ejtxq8mfj21kw1kwhdv\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww2.sinaimg.cn\/square\/89dfc846gw1f4ejtzu7woj20kt0ktdtx.jpg\" action-data=\"pic_id=89dfc846gw1f4ejtzu7woj20kt0ktdtx\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/89dfc846gw1f4ejtqozupj21kw1kwhdu.jpg\" action-data=\"pic_id=89dfc846gw1f4ejtqozupj21kw1kwhdu\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/89dfc846gw1f4eju7f5tpj21kw1kwqv7.jpg\" action-data=\"pic_id=89dfc846gw1f4eju7f5tpj21kw1kwqv7\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2313144390\/Dy67BEoFG?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 18:44\" date=\"1464691455000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 18:44<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/weibo.com\/\" rel=\"nofollow\">yuni\ud83c\udf51iPhone 6<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2313144390\/Dy67BEoFG&mid=3981266879627960&name=\u5468\u96c5\u7426\u9171&uid=2313144390&domain=&pid=89dfc846gw1f4ejtxq8mfj21kw1kwhdv&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981266879627960\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em>2<\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981264971375314\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981264971375314\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/3743937967?refer_flag=1001030103_\" title=\"happy\u591a\u591az\" target=\"_blank\">\n\t<img src=\"http:\/\/tva3.sinaimg.cn\/crop.0.0.664.664.50\/df27f5afjw8f30sxzpltpj20ig0igabc.jpg\" alt=\"happy\u591a\u591az\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"happy\u591a\u591az\" href=\"http:\/\/weibo.com\/u\/3743937967?refer_flag=1001030103_\" target=\"_blank\" title=\"happy\u591a\u591az\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\thappy\u591a\u591az\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"happy\u591a\u591az\">\n\t\t\u543c\u543c\uff5e\u722c\u4e86\u4e94\u5b50\u9876\uff0c\u8fdb\u4e86\u9632\u7a7a\u6d1e\uff0c\u5403\u4e86\u6851\u6939\uff0c\u6536\u5230\u4e86\u65e9\u5230\u7684\u513f\u7ae5\u8282\u793c\u7269\uff0c\u9178\u751c\u8fa3\u9f50\u5168\u4e86\uff0c\u66f4\u6709<em class=\"red\">chocolate<\/em>\u5566\u5566\u5566\u5566\uff5e\u65e0\u6cd5\u6291\u5236\u7684\u5f00\u5fc3<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/6d\/lovea_org.gif\" title=\"[\u7231\u4f60]\" alt=\"[\u7231\u4f60]\" type=\"face\" \/>\u4e48\u4e48\u54d2\uff01<img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/13\/ha_org.gif\" title=\"[haha]\" alt=\"[haha]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/13\/ha_org.gif\" title=\"[haha]\" alt=\"[haha]\" type=\"face\" \/><img src=\"http:\/\/img.t.sinajs.cn\/t4\/appstyle\/expression\/ext\/normal\/13\/ha_org.gif\" title=\"[haha]\" alt=\"[haha]\" type=\"face\" \/> <a class=\"W_btn_c6\" href=\"http:\/\/t.cn\/z8Ad0kL\" target=\"_blank\"><span class=\"W_btn_tag\" title=\"\u9752\u5c9b\u00b7\u4e2d\u56fd\u6d77\u6d0b\u5927\u5b66\u5bbf\u820d\u533a\"><em class=\"W_btn_icon\"><i class=\"W_ico12 icon_cd_place\"><\/i><i class=\"W_vline S_line1_c\">|<\/i><\/em><em class=\"W_autocut W_linkb\">\u9752\u5c9b\u00b7\u4e2d\u56fd...<\/em><\/span><\/a>\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- \u56fe\u7247\u591a\u4f59\u4e00\u5f20\u53ea\u663e\u793a\u97f3\u9891\u89c6\u9891\u7684smallcard -->\n\t \t \t \t  <!-- \u4e5d\u5bab\u683c -->\n\t  <div class=\"media_box\" node-type=\"fl_pic_list\" action-data=\"uid=3743937967&pic_ids=df27f5afjw1f4er1cp3h4j21be0qo44g,df27f5afjw1f4er1dhw0jj21be0qowj8&mid=3981264971375314\">\n\t   <ul class=\"WB_media_a WB_media_a_mn clearfix\">\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww1.sinaimg.cn\/square\/df27f5afjw1f4er1cp3h4j21be0qo44g.jpg\" action-data=\"pic_id=df27f5afjw1f4er1cp3h4j21be0qo44g\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t  <li class=\"WB_pic S_bg2 bigcursor\">\n\t   <img class=\"\" src=\"http:\/\/ww4.sinaimg.cn\/square\/df27f5afjw1f4er1dhw0jj21be0qowj8.jpg\" action-data=\"pic_id=df27f5afjw1f4er1dhw0jj21be0qowj8\" action-type=\"fl_pics\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/>\n\t  <\/li>\n\t   \t   \t   <\/ul>\n\t  <\/div>\n\t  <!-- \/\u4e5d\u5bab\u683c -->\n\t \t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/3743937967\/Dy64x5LMu?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 18:36\" date=\"1464691000000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 18:36<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/4hm8Tv\" rel=\"nofollow\">\u8054\u60f3\u667a\u80fd\u624b\u673aS60<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/3743937967\/Dy64x5LMu&mid=3981264971375314&name=happy\u591a\u591az&uid=3743937967&domain=&pid=df27f5afjw1f4er1cp3h4j21be0qo44g&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981264971375314\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n<!--\u7528\u5fae\u535a\u521b\u5efa\u65f6\u95f4\u5224\u65ad\u5fae\u535a\u662f\u5426\u88ab\u5220\u9664-->\n\t<div class=\"WB_cardwrap S_bg2 clearfix\" >\n\t\t\n\t  \n  \t\n\t<!-- \u805a\u5408\u5fae\u535atitle -->\n\t\t\n\t<div mid=\"3981264157522799\" action-type=\"feed_list_item\">\n\t<div class=\"WB_feed_detail clearfix\">\n\t\t<!-- feed -->\n\t\t<dl class=\"feed_lists W_texta\">\n\t\t<!--feed_detail-->\n\t\t<div class=\"feed_list feed_list_new W_linecolor\">\n\t<div class=\"WB_screen W_fr\">\n\t<div class=\"screen_box\">\n\t\t<a href=\"javascript:void(0);\" action-type=\"fl_menu\" action-data=\"mid=3981264157522799\"><i class=\"W_ficon ficon_arrow_down S_ficon\">c<\/i><\/a>\n\t\t<div class=\"layer_menu_list\" node-type=\"fl_menu_right\">\n\t\t<ul>\n\t\t\t<li><a href=\"javascript:void(0);\" suda-data=\"key=tblog_search_weibo&value=weibo_accuse\" action-type=\"login\">\u4e3e\u62a5<\/a><\/li>\n\t\t<\/ul>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n\t<div class=\"face\">\n\t<a \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_icon\"\t\t\t \n\thref=\"http:\/\/weibo.com\/u\/2469957460?refer_flag=1001030103_\" title=\"\u672a\u6b62\u6708\" target=\"_blank\">\n\t<img src=\"http:\/\/tva2.sinaimg.cn\/crop.0.0.996.996.50\/93388f54jw8f3bb09b5fdj20ro0ro400.jpg\" alt=\"\u672a\u6b62\u6708\" width=\"50\" height=\"50\" class=\"W_face_radius\"><\/a>\n\t<\/div>\n\t<div class=\"content clearfix\" node-type=\"like\">\n\t<div class=\"feed_content wbcon\">\n\t\t\t<a class=\"W_texta W_fb\" nick-name=\"\u672a\u6b62\u6708\" href=\"http:\/\/weibo.com\/u\/2469957460?refer_flag=1001030103_\" target=\"_blank\" title=\"\u672a\u6b62\u6708\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_name\" class=\"name_txt W_fb\">\n\t\t\u672a\u6b62\u6708\t    <\/a>\n\t\t\n\t\t<p class=\"comment_txt\" node-type=\"feed_list_content\" nick-name=\"\u672a\u6b62\u6708\">\n\t\t\u7814\u7a76\u751f\u95f4\u7b2c\u4e00\u6b21\u9152\u540e\u7761\u9192\uff0c\u9001\u522b\u4e86\u521a\u6bd5\u4e1a\u7684\u5e08\u5144\uff0c\u4eff\u4f5b\u4e5f\u770b\u5230\u4e86\u4e9b\u8bb8\u4ed6\u65e5\u540e\u81ea\u5df1\u6bd5\u4e1a\u7684\u573a\u666f\uff0c\u201clife is  likes a box of <em class=\"red\">chocolate<\/em>,you never know which the next is.\u201d\u55ef\u8fd8\u4e0d\u9519\n\t\t<\/p>\n\t\t\n\t<div class=\"WB_media_wrap clearfix\" node-type=\"feed_list_media_prev\">\n\t\n\t \t  \t  <!-- 1\u5f20 -->\n\t  <div class=\"media_box\">\n\t<ul class=\"WB_media_a WB_media_a_m1 clearfix\">\n\t<li>\n\t  <img class=\"bigcursor\" src=\"http:\/\/ww3.sinaimg.cn\/thumbnail\/93388f54gw1f4eqwr0mexj20nk0dcmys.jpg\" action-type='feed_list_media_img' action-data=\"uid=2469957460&mid=3981264157522799\" \t    \t\t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_pic\"\/><img style=\"left:39.5px;top:52px;display:none;\" src=\"http:\/\/img.t.sinajs.cn\/t4\/style\/images\/common\/loading.gif\" class=\"loading_gif\"\/>\n\t<\/li>\n\t<\/ul>\n  <\/div>\n\t  \t  \t \t<\/div>\t\t<dl class=\"comment\" style=\"display: none;\"\n\t\t\tnode-type=\"feed_list_media_disp\"><\/dl>\n\t  \t    <\/div>\n\t<div class=\"feed_from W_textb\">\n\t  <a href=\"http:\/\/weibo.com\/2469957460\/Dy63dvz1t?refer_flag=1001030103_\" target=\"_blank\" title=\"2016-05-31 18:33\" date=\"1464690805000\" class=\"W_textb\" node-type=\"feed_list_item_date\" \t  \t  suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_time\" action-type=\"login\">5\u670831\u65e5 18:33<\/a> \u6765\u81ea <a target=\"_blank\" target=\"_blank\" href=\"http:\/\/app.weibo.com\/t\/feed\/4Vdgl4\" rel=\"nofollow\">\u5c0f\u7c73\u624b\u673a4<\/a>\t<\/div>\n\t<\/div>\n\t\t<\/div>\n\t\t<!--\/feed_detail-->\n  <\/dl>\n\t\t<!-- \/feed -->\n\t\n\t<\/div>\n\t<!--feed_action-->\n\t<div class=\"feed_action clearfix\">\n\t\t<!-- -->\n\t\t<ul class=\"feed_action_info feed_action_row4\">\n\t\t<li><a href=\"javascript:void(0);\" action-type=\"login\"  <suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_s\"><span class=\"line S_line1\">\u6536\u85cf<\/span><\/a><\/li>\n\t\t<li><a href=\"javascript:void(0);\" action-data='allowForward=1&url=http:\/\/weibo.com\/2469957460\/Dy63dvz1t&mid=3981264157522799&name=\u672a\u6b62\u6708&uid=2469957460&domain=&pid=93388f54gw1f4eqwr0mexj20nk0dcmys&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_z_z' action-type=\"login\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_z\"><span class=\"line S_line1\">\u8f6c\u53d1<em><\/em><\/span><\/a><\/li>\n\t\t <li><a href=\"javascript:void(0);\" action-data='pageid=weibo&suda-data=key%3Dtblog_search_weibo%26value%3Dweibo_ss_other_p_p' action-type=\"login\"\n\t\t \t\t \t\t suda-data=\"key=tblog_search_weibo&value=weibo_ss_other_p\"><span class=\"line S_line1\">\u8bc4\u8bba<em>4<\/em><\/span><\/a><\/li>\n\t\t<li><a title=\"\u8d5e\" action-data=\"mid=3981264157522799\" action-type=\"login\" href=\"javascript:void(0);\" \t\tsuda-data=\"key=tblog_search_weibo&value=weibo_ss_other_zan\"><span class=\"line S_line1\"><i class=\"W_ico12 icon_praised_b\"><\/i><em><\/em><\/span><\/a><\/li>\n\t\t<\/ul>\n\t<\/div>\n\t<!--\/feed_action-->\n\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t\t<!-- \u4fe1\u606f\u5355\u5143Reply -->\n\t<!-- \u597d\u53cb\u8f6c\u53d1\u53bb\u6389 2016\/3\/21-->\n\t<div node-type=\"feed_list_repeat\" class=\"WB_feed_repeat S_bg1\" style=\"display:none;\"><\/div>\t<\/div>\n<\/div>\n  <\/div>\n    <!-- \/\u62c6\u5206\u5fae\u535a -->\n <div class=\"WB_cardwrap S_bg2 relative\">\n  <!-- \u672a\u767b\u5f55\u63d0\u793a -->\n   <div class=\"search_tips clearfix\">\n   <p class=\"tips_co\"><span class=\"tips_icon icon_warn\"><\/span><span class=\"tips_txt\"><a href=\"javascript:void(0);\" action-type=\"login\">\u7acb\u5373\u767b\u5f55<\/a> \u67e5\u770b\u66f4\u591a\u7ed3\u679c\u3002\u8fd8\u6ca1\u6709\u8d26\u53f7\uff1f\u8d76\u7d27 <a href=\"http:\/\/weibo.com\/signup\/signup.php?lang=zh-cn&amp;entry=weisousuo\" suda-data=\"key=tblog_search_v4.1&amp;value=nologin_reg\" target=\"_blank\">\u6ce8\u518c\u5fae\u535a<\/a><\/span><\/p>\n  <\/div>\n  <!-- \/\u672a\u767b\u5f55\u63d0\u793a --> \n<\/div>\n<\/div>\n"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_weibo_relation","js":[],"css":[],"html":"<div class=\"WB_cardwrap S_bg2\">\n<div class=\"search_related\">\n <h3>\u76f8\u5173\u641c\u7d22<\/h3>\n <div class=\"search_related_box clearfix\">\n  <ul>\n <li><a class=\"W_texta\" href=\"\/weibo\/chocolate%25E8%25A1%25A3%25E6%259C%258D&Refer=STopic_relate\" suda-data=\"key=tblog_search_weibo&value=weibo_relate\">chocolate\u8863\u670d<\/a><\/li>\n <li><a class=\"W_texta\" href=\"\/weibo\/chocoolate%25E4%25BB%25A3%25E8%25B4%25AD&Refer=STopic_relate\" suda-data=\"key=tblog_search_weibo&value=weibo_relate\">chocoolate\u4ee3\u8d2d<\/a><\/li>\n    <\/ul><ul> <li><a class=\"W_texta\" href=\"\/weibo\/%25E5%25B0%258F%25E5%25A6%25AE&Refer=STopic_relate\" suda-data=\"key=tblog_search_weibo&value=weibo_relate\">\u5c0f\u59ae<\/a><\/li>\n <li><a class=\"W_texta\" href=\"\/weibo\/%25E6%259D%258E%25E7%25AB%25B9%25E5%2584%25BF&Refer=STopic_relate\" suda-data=\"key=tblog_search_weibo&value=weibo_relate\">\u674e\u7af9\u513f<\/a><\/li>\n    <\/ul><ul> <li><a class=\"W_texta\" href=\"\/weibo\/chocolate%2Bdoll&Refer=STopic_relate\" suda-data=\"key=tblog_search_weibo&value=weibo_relate\">chocolate doll<\/a><\/li>\n    <\/ul><ul> <li><a class=\"W_texta\" href=\"\/weibo\/chocoolate&Refer=STopic_relate\" suda-data=\"key=tblog_search_weibo&value=weibo_relate\">chocoolate<\/a><\/li>\n  <\/ul>\n <\/div>\n<\/div>\n<\/div>\n"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_bottomInput","js":["apps\/search_v6\/js\/pl\/common\/bottomInput.js?version=20160527122500"],"css":[],"html":"<div class=\"bottom_wrap\"> \n \t<div class=\"bottom_search clearfix\">\n\t<div class=\"search_input\">\n\t\t<div class=\"search_input_wrap\">\n\t\t<div class=\"searchBtn_box\">\n\t<a class=\"searchBtn\" href=\"\/weibo\/chocolate\" node-type=\"submit\" suda-data=\"key=tblog_search_v4.1&value=nologin_search\">\u641c\u7d22<\/a>\n\t\t<\/div>\n\t\t<div class=\"searchInp_box\">\n\t<div class=\"searchInp_auto\">\n\t<input type=\"text\" class=\"searchInp_form\" value=\"chocolate\" maxlength=\"40\">\n\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<\/div>\n  <!-- <div class=\"search_feedback\">\n  <p>\u6b22\u8fce\u63d0\u4ea4\u5fae\u535a\u641c\u7d22\u4f7f\u7528\u53cd\u9988\uff0c\u8bf7\u76f4\u63a5<a href=\"javascript:void(0);\" action-type=\"login\">\u53d1\u8868\u610f\u89c1<\/a>\u6216\u60a8\u53ef\u4ee5\u5173\u6ce8\u840c\u5c0f\u641c<a href=\"http:\/\/weibo.com\/wbsearch\" title=\"\u6b22\u8fce\u8c03\u620f\u6700\u840c\u5b98\u535a\u5c4c\u4e1d~~\">@\u5fae\u535a\u641c\u7d22<\/a>\u83b7\u53d6\u641c\u7d22\u6280\u5de7\u3002<\/p>\n <\/div> -->\n<\/div>"})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_searchHistory","js":["apps\/search_v6\/js\/pl\/common\/searchHistory.js?version=20160527122500"],"css":["appstyle\/searchV45\/css_v6\/pl\/pl_history.css?version=20160527122500"],"html":""})</script>
<script>STK && STK.pageletM && STK.pageletM.view({"pid":"pl_common_base","js":["apps\/search_v6\/js\/pl\/common\/changeLanguage.js?version=20160527122500","apps\/search_v6\/js\/pl\/common\/base.js?version=20160527122500"],"css":[],"html":""})</script>
<script>var $PHOTO_TAGS=[]</script><script>STK && STK.pageletM && STK.pageletM.view({"pid":"plc_picturetag","js":[],"css":[],"html":"<!-- -->"})</script>
</html>

screenshot from 2016-06-01 17 07 36

Upon a li'l exploration I found that the User Card has the information as star_name, star_detail etc. Guidance on how to go about scraping it using JSoup shall be appreciated. :grinning:

Or, what other way would you recommend ?

DengYiping commented 8 years ago

@jig08 This is on the right track. Either Regex or Soup will work in the case of parsing html. I will cooperate with you soon on this crawler(I have a leaving exam right now. ) Feel free to contact me via e-mail: scottdeng@live.cn

jigyasa-grover commented 8 years ago

@DengYiping Yes, have sent you an EMail. Let's discuss the alternatives or/and work on this further.

mariobehling commented 8 years ago

Please include me and the mailing list in these conversations: loklak@googlegroups.com This is important for us too. Cheers.

jigyasa-grover commented 8 years ago

@mariobehling, surely, Will keep in mind in future :)

jigyasa-grover commented 8 years ago

It is observed that the data in the Tweet Cards viz. Name, Location, Tweet text etc. is contained in the <script>..</script> tags

The data in <script> tags can be retrieved as:

Document doc = Jsoup.connect("http://s.weibo.com/weibo/"+q).get();
Elements scriptElements = doc.getElementsByTag("script");

            for (Element element :scriptElements ){                
                   for (DataNode node : element.dataNodes()) {
                       System.out.println(node.getWholeData());
                   }          
             }

To extract information, it can be parsed by following one of the two approaches:

jigyasa-grover commented 8 years ago

@loklak/loklak-developers Help required to create RegEx for extracting the required information from within the <script>...</script> tags. @DengYiping Any suggestions apart from using regex ?

DengYiping commented 8 years ago
class WeiboHTTPTest extends FlatSpec with Matchers with WeiboHTTP{

  implicit val actorRefFactory = ActorSystem("temp_system")
  implicit val executionContext = actorRefFactory.dispatcher

  "A weibo requester" should "be able to fetch jjlin's weibo" in{
    val request = userWeibopipeline("jjlin").map(_.entity.asString)
    while(!request.isCompleted){}
    val result = request.value.get.get
    //println(result)
    result.contains("林俊杰") shouldBe true
  }
  "A document parser" should "be able to extract information" in{
    val request = userWeibopipeline("3281693007").map(_.entity.asString)
    while(!request.isCompleted){}
    val result = request.value.get.get
    val temp = Jsoup.parse(result).getElementsByAttributeValue("class", "ctt").iterator()
    val buffer = new ListBuffer[String]
    while(temp.hasNext){
      buffer += temp.next().ownText()
    }
    val doc = buffer.toList
    //val (info, weibo) = doc.splitAt(3)
    println(doc mkString "\n")
  }
}

The code above are some code to retrieve Weibo using Jsoup. However, after you scraping a certain number of weibo, the system will asked you to login. I will next work on a login system. Cheers!

daminisatya commented 8 years ago

Hi, @DengYiping. I took over this issue and working on the scraper. Im currently scraping the user's bio page. and planing to create the OAuth connection. I'm creating a separate mail thread on the mailing list where we can discuss about the OAuth connection, along with the queuing system. Would love to get this up and running.

DengYiping commented 8 years ago

Yes, let,s work on it. Do you finish scraping user's weibo? @daminisatya