学习swift日记二之Alamofire的用法

上一篇学习的UITableView的创建和基础使用,当然这只是单机而已,下面我们来学习联网,额!貌似学习的有点跳,过度的也太快了,但是我感觉实战是最好的学习方法,总比一直自己学基础要有趣的多,我们都知道OC有AFNetworking这个第三方的网络请求库, swift的也有哦!叫Alamofire,导入的话就直接用cocoapods吧 ! pod 'Alamofire','~> 4.0.0' 这里我用4.0, 据说SnapKit这个库也是开发AFNetworking的团队做的,很牛逼的存在啊! 既然有请求,肯定也离不开解析了,swift的解析 主流的是SwiftyJSON这个第三方 导入 老办法 pod 'SwiftyJSON', :git => 'https://github.com/acegreen/SwiftyJSON.git', :branch => 'swift3' 不要问我为什么这么长, 我也说不清楚,反正为了适配swift3 对于初学的我来说,就先不考虑更深层次的了 先学会用才是王道
这里注意

*1、在Info.plist中添加 NSAppTransportSecurity 类型 Dictionary ;2、在 NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型Boolean ,值设为 YES;

和OC一样 要开发http请求 不然请求不到的 首先导入import Alamofire
swift导入不需要#号哦!
创建一个请求 get的

func reloadData(){
    
    
    let parameters111 = [
        "menu": "土豆",
        "pn":  1,
        "rn": "10",
        "key": "2ba215a3f83b4b898d0f6fdca4e16c7c",
        ] as [String : Any]
    

    let url = BASE_URL + "api/news/feed/v39/?"
    
    Alamofire.request(url, method: .get, parameters: parameters111).responseJSON {
        response in
        guard let JSON = response.result.value else { return }
        print("JSON: \(JSON)")
    }
}

注意 我这个Alamofire.request(url, method: .get, parameters: parameters111).responseJSON 和网上的大部分不一样, 那个方法不知道是因为4.0变了还是什么 反正就是不能用了 具体原因不清楚,毕竟swift菜鸟级别0.0 看我大印出了什么?
JSON: {
"action_to_last_stick" = 1;
data = (
{
code = "";
content = "{"read_count": 102579, "media_name": "\u641e\u673a\u4eba", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p3.pstatp.com/list/300x196/11fb000195fda7e83c17.webp", "width": 813, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/11fb000195fda7e83c17.webp"}, {"url": "http://p6.pstatp.com/list/300x196/11fb000195fda7e83c17.webp"}, {"url": "http://p.pstatp.com/list/300x196/11fb000195fda7e83c17.webp"}], "uri": "list/11fb000195fda7e83c17", "height": 457}, {"url": "http://p3.pstatp.com/list/300x196/11fc000195066e675e12.webp", "width": 813, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/11fc000195066e675e12.webp"}, {"url": "http://p6.pstatp.com/list/300x196/11fc000195066e675e12.webp"}, {"url": "http://p.pstatp.com/list/300x196/11fc000195066e675e12.webp"}], "uri": "list/11fc000195066e675e12", "height": 457}, {"url": "http://p1.pstatp.com/list/300x196/11960007c31b2d3e8118.webp", "width": 813, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11960007c31b2d3e8118.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11960007c31b2d3e8118.webp"}, {"url": "http://p.pstatp.com/list/300x196/11960007c31b2d3e8118.webp"}], "uri": "list/11960007c31b2d3e8118", "height": 457}], "has_video": false, "article_type": 0, "tag": "digital", "has_m3u8_video": 0, "keywords": "iPhone7,iPhone,\u94f6\u5ea7", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 0, "title": "\u65e5\u672c\u5de8\u5320\u6253\u9020\u4e0d\u9508\u94a2iPhone7\u4fdd\u62a4\u58f3\uff0c\u5206\u5206\u949f\u6253\u8138\u82f9\u679c", "ignore_web_transform": 0, "source_icon_style": 2, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356067080802369793/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u641e\u673a\u4eba", "comment_count": 160, "article_url": "http://toutiao.com/group/6356067080802369793/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:479707841", "name": "\u6765\u6e90:\u641e\u673a\u4eba", "is_selected": false}, {"id": "1:1661", "name": "\u6570\u7801", "is_selected": false}, {"id": "6:15425", "name": "\u82f9\u679c", "is_selected": false}, {"id": "6:15826", "name": "\u65e5\u672c", "is_selected": false}], "publish_time": 1479891237, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 8, "cell_layout_style": 1, "tag_id": 6356067080802369793, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356067080802369793/", "large_image_list": [], "item_id": 6356084227821273601, "repin_count": 230, "cell_flag": 11, "user_info": {"user_id": 3383483416, "name": "\u641e\u673a\u4eba", "verified_content": "", "avatar_url": "http://p1.pstatp.com/thumb/2b6002127cfc38b7b73", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=3383502928", "level": 0, "digg_count": 0, "behot_time": 1480148106, "cursor": 1480148106999, "url": "http://toutiao.com/group/6356067080802369793/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p1.pstatp.com/large/2b6002127cfc38b7b73", "media_id": 3383502928, "name": "\u641e\u673a\u4eba", "user_verified": false}, "group_id": 6356067080802369793, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/11fb000195fda7e83c17.webp", "width": 813, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/11fb000195fda7e83c17.webp"}, {"url": "http://p6.pstatp.com/list/300x196/11fb000195fda7e83c17.webp"}, {"url": "http://p.pstatp.com/list/300x196/11fb000195fda7e83c17.webp"}], "uri": "list/11fb000195fda7e83c17", "height": 457}}";
},
{
code = "";
content = "{"read_count": 104596, "media_name": "\u76db\u5f00", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p3.pstatp.com/list/300x196/12320000f12ac7d44d05.webp", "width": 794, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/12320000f12ac7d44d05.webp"}, {"url": "http://p6.pstatp.com/list/300x196/12320000f12ac7d44d05.webp"}, {"url": "http://p.pstatp.com/list/300x196/12320000f12ac7d44d05.webp"}], "uri": "list/12320000f12ac7d44d05", "height": 446}, {"url": "http://p2.pstatp.com/list/300x196/ef300166ee2c4a900ba.webp", "width": 693, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/ef300166ee2c4a900ba.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef300166ee2c4a900ba.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef300166ee2c4a900ba.webp"}], "uri": "list/ef300166ee2c4a900ba", "height": 389}, {"url": "http://p2.pstatp.com/list/300x196/ef300166ee3a2452ed2.webp", "width": 613, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/ef300166ee3a2452ed2.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef300166ee3a2452ed2.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef300166ee3a2452ed2.webp"}], "uri": "list/ef300166ee3a2452ed2", "height": 344}], "has_video": false, "article_type": 0, "tag": "news_sports", "has_m3u8_video": 0, "keywords": "\u6155\u5c3c\u9ed1,\u610f\u5927\u5229,\u4e16\u754c\u535a\u89c8\u4f1a", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 0, "title": "100\u5e74\u524d\u7684\u5403\u996d\u6bd4\u8d5b\uff0c\u9965\u997f\u7684\u6050\u60e7\u8ba9\u4eba\u4eec\u4e50\u6b64\u4e0d\u75b2", "ignore_web_transform": 0, "source_icon_style": 6, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356844888609112321/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u76db\u5f00", "comment_count": 87, "article_url": "http://toutiao.com/group/6356844888609112321/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:24426980", "name": "\u6765\u6e90:\u76db\u5f00", "is_selected": false}, {"id": "1:1635", "name": "\u4f53\u80b2", "is_selected": false}], "publish_time": 1480068850, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 17, "cell_layout_style": 1, "tag_id": 6356844888609112321, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356844888609112321/", "large_image_list": [], "item_id": 6356847308188942849, "repin_count": 300, "cell_flag": 11, "user_info": {"user_id": 4660505262, "name": "\u76db\u5f00", "verified_content": "", "avatar_url": "http://p1.pstatp.com/thumb/5868/5345739871", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=4660573886", "level": 0, "like_count": 2, "digg_count": 2, "behot_time": 1480147656, "cursor": 1480147656999, "url": "http://toutiao.com/group/6356844888609112321/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p2.pstatp.com/large/5868/5345739871", "media_id": 4660573886, "name": "\u76db\u5f00", "user_verified": false}, "group_id": 6356844888609112321, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/12320000f12ac7d44d05.webp", "width": 794, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/12320000f12ac7d44d05.webp"}, {"url": "http://p6.pstatp.com/list/300x196/12320000f12ac7d44d05.webp"}, {"url": "http://p.pstatp.com/list/300x196/12320000f12ac7d44d05.webp"}], "uri": "list/12320000f12ac7d44d05", "height": 446}}";
},
{
code = "";
content = "{"read_count": 103635, "media_name": "\u72d7\u72d7\u7684\u90a3\u4e9b\u4e8b\u513f", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p3.pstatp.com/list/300x196/1196000749f980fa767d.webp", "width": 539, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/1196000749f980fa767d.webp"}, {"url": "http://p6.pstatp.com/list/300x196/1196000749f980fa767d.webp"}, {"url": "http://p.pstatp.com/list/300x196/1196000749f980fa767d.webp"}], "uri": "list/1196000749f980fa767d", "height": 303}, {"url": "http://p2.pstatp.com/list/300x196/119600074a03ce3c37d3.webp", "width": 532, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/119600074a03ce3c37d3.webp"}, {"url": "http://p4.pstatp.com/list/300x196/119600074a03ce3c37d3.webp"}, {"url": "http://p.pstatp.com/list/300x196/119600074a03ce3c37d3.webp"}], "uri": "list/119600074a03ce3c37d3", "height": 299}, {"url": "http://p1.pstatp.com/list/300x196/11f700011a79659a3444.webp", "width": 332, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11f700011a79659a3444.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11f700011a79659a3444.webp"}, {"url": "http://p.pstatp.com/list/300x196/11f700011a79659a3444.webp"}], "uri": "list/11f700011a79659a3444", "height": 186}], "has_video": false, "article_type": 0, "tag": "news_pet", "has_m3u8_video": 0, "keywords": "\u9648\u51a0\u5e0c", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 0, "title": "\u9648\u51a0\u5e0c\u5496\u5561\u5e97\u95e8\u53e3\u62bd\u70df\u9017\u72d7\u72d7", "ignore_web_transform": 0, "source_icon_style": 4, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356033319498711298/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u72d7\u72d7\u7684\u90a3\u4e9b\u4e8b\u513f", "comment_count": 184, "article_url": "http://toutiao.com/group/6356033319498711298/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:756163077", "name": "\u6765\u6e90:\u72d7\u72d7\u7684\u90a3\u4e9b\u4e8b\u513f", "is_selected": false}, {"id": "2:264325190", "name": "\u72d7", "is_selected": false}, {"id": "6:16136", "name": "\u9648\u51a0\u5e0c", "is_selected": false}, {"id": "6:100424", "name": "\u5496\u5561\u5e97", "is_selected": false}], "publish_time": 1479880128, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 4, "cell_layout_style": 1, "tag_id": 6356033319498711298, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356033319498711298/", "large_image_list": [], "item_id": 6356036754293654018, "repin_count": 148, "cell_flag": 11, "user_info": {"user_id": 51102911904, "name": "\u72d7\u72d7\u7684\u90a3\u4e9b\u4e8b\u513f", "verified_content": "", "avatar_url": "http://p1.pstatp.com/thumb/ef5000e6b4639e0b1d5", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=51102988805", "level": 0, "like_count": 1, "digg_count": 1, "behot_time": 1480147206, "cursor": 1480147206999, "url": "http://toutiao.com/group/6356033319498711298/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p1.pstatp.com/large/ef5000e6b4639e0b1d5", "media_id": 51102988805, "name": "\u72d7\u72d7\u7684\u90a3\u4e9b\u4e8b\u513f", "user_verified": false}, "group_id": 6356033319498711298, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/1196000749f980fa767d.webp", "width": 539, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/1196000749f980fa767d.webp"}, {"url": "http://p6.pstatp.com/list/300x196/1196000749f980fa767d.webp"}, {"url": "http://p.pstatp.com/list/300x196/1196000749f980fa767d.webp"}], "uri": "list/1196000749f980fa767d", "height": 303}}";
},
{
code = "";
content = "{"read_count": 184238, "media_name": "\u6770\u51fa\u6444\u5f71", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p3.pstatp.com/list/300x196/119500069f663bb7fe4f.webp", "width": 658, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/119500069f663bb7fe4f.webp"}, {"url": "http://p6.pstatp.com/list/300x196/119500069f663bb7fe4f.webp"}, {"url": "http://p.pstatp.com/list/300x196/119500069f663bb7fe4f.webp"}], "uri": "list/119500069f663bb7fe4f", "height": 370}, {"url": "http://p1.pstatp.com/list/300x196/11970003cb817409a07b.webp", "width": 658, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11970003cb817409a07b.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11970003cb817409a07b.webp"}, {"url": "http://p.pstatp.com/list/300x196/11970003cb817409a07b.webp"}], "uri": "list/11970003cb817409a07b", "height": 370}, {"url": "http://p2.pstatp.com/list/300x196/119500069f686292fea4.webp", "width": 440, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/119500069f686292fea4.webp"}, {"url": "http://p4.pstatp.com/list/300x196/119500069f686292fea4.webp"}, {"url": "http://p.pstatp.com/list/300x196/119500069f686292fea4.webp"}], "uri": "list/119500069f686292fea4", "height": 247}], "has_video": false, "article_type": 0, "tag": "news_entertainment", "has_m3u8_video": 0, "keywords": "\u6c64\u552f,\u8272\u6212,\u91d1\u9e21\u5956,\u53cc\u9762\u80f6,\u5927\u5de5\u5320,\u5218\u6653\u5e86,\u4e09\u67aa\u62cd\u6848\u60ca\u5947,\u708a\u4e8b\u73ed\u7684\u6545\u4e8b,\u6b66\u6797\u5916\u4f20,\u5317\u98ce\u90a3\u4e2a\u5439,\u8fd8\u73e0\u683c\u683c,\u53f0\u6e7e\u7535\u5f71\u91d1\u9a6c\u5956,\u8fd8\u73e0\u683c\u683c\u4e4b\u71d5\u513f\u7fe9\u7fe9\u98de,\u5ab3\u5987\u7684\u7f8e\u597d\u65f6\u4ee3,\u674e\u51b0\u51b0", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 6, "title": "\u4e2d\u56fd\u5185\u5730\u5973\u6f14\u5458\u6f14\u6280\u6392\u540d\u524d10 \u516c\u6b63\u5ba2\u89c2", "ignore_web_transform": 0, "source_icon_style": 4, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6355280497958043906/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u6770\u51fa\u6444\u5f71", "comment_count": 576, "article_url": "http://toutiao.com/group/6355280497958043906/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:627146523", "name": "\u6765\u6e90:\u6770\u51fa\u6444\u5f71", "is_selected": false}, {"id": "4:306461233", "name": "\u534e\u8bed\u7535\u5f71", "is_selected": false}, {"id": "6:15570", "name": "\u6f14\u6280", "is_selected": false}, {"id": "6:21372", "name": "\u5973\u6f14\u5458", "is_selected": false}], "publish_time": 1479704954, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 10, "cell_layout_style": 1, "tag_id": 6355280497958043906, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6355280497958043906/", "large_image_list": [], "item_id": 6355283734484222466, "repin_count": 532, "cell_flag": 11, "user_info": {"user_id": 6106792889, "name": "\u6770\u51fa\u6444\u5f71", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/ef600085f467362a53b", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6106753132", "level": 0, "like_count": 1, "digg_count": 1, "behot_time": 1480146756, "cursor": 1480146756999, "url": "http://toutiao.com/group/6355280497958043906/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p1.pstatp.com/large/ef600085f467362a53b", "media_id": 6106753132, "name": "\u6770\u51fa\u6444\u5f71", "user_verified": false}, "group_id": 6355280497958043906, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/119500069f663bb7fe4f.webp", "width": 658, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/119500069f663bb7fe4f.webp"}, {"url": "http://p6.pstatp.com/list/300x196/119500069f663bb7fe4f.webp"}, {"url": "http://p.pstatp.com/list/300x196/119500069f663bb7fe4f.webp"}], "uri": "list/119500069f663bb7fe4f", "height": 370}}";
},
{
code = "";
content = "{"read_count": 222905, "media_name": "\u5c0f\u5f6d\u8c08", "ban_comment": 0, "abstract": "1.\u5973\u670b\u53cb\uff1a\u201c\u6211\u60f3\u5403\u82f9\u679c\uff0c\u4f60\u53bb\u4e70\uff01\u201d \u6211\uff1a\u201c\u4e0d\u884c\uff01\u201d \u5973\u670b\u53cb\uff1a\u201c\u6b7b\u9b3c\uff01\u4e3a\u4ec0\u4e48\u4e0d\u884c\uff1f\u201d \u6211\uff1a\u201c\u6211\u4e0d\u80fd\u60ef\u7740\u4f60\uff0c\u4ee5\u540e\u6211\u54ea\u5929\u8981\u662f\u51fa\u5dee\uff0c\u4f60\u7a81\u7136\u60f3\u5403\u9999\u8549\uff0c\u6211\u53ef\u8d76\u4e0d\u56de\u6765\uff01\u201d2.\u4eca\u5929\u6253\u7535\u8bdd\u7ed9\u5973\u53cb\u53eb\u5979\u665a\u4e0a\u53bb\u5f00\u623f\uff0c\u8c01\u60f3\u5973\u53cb\u4e0d\u8010\u70e6\u7684\u8bf4\uff1a\u5f97\u4e86\u5427\uff01", "image_list": [{"url": "http://p2.pstatp.com/list/300x196/e5900161a218ad40304.webp", "width": 561, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/e5900161a218ad40304.webp"}, {"url": "http://p4.pstatp.com/list/300x196/e5900161a218ad40304.webp"}, {"url": "http://p.pstatp.com/list/300x196/e5900161a218ad40304.webp"}], "uri": "list/e5900161a218ad40304", "height": 315}, {"url": "http://p1.pstatp.com/list/300x196/ef700155ffbee9d80dc.webp", "width": 539, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/ef700155ffbee9d80dc.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef700155ffbee9d80dc.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef700155ffbee9d80dc.webp"}], "uri": "list/ef700155ffbee9d80dc", "height": 303}, {"url": "http://p3.pstatp.com/list/300x196/ef300167d32be895e8f.webp", "width": 398, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/ef300167d32be895e8f.webp"}, {"url": "http://p6.pstatp.com/list/300x196/ef300167d32be895e8f.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef300167d32be895e8f.webp"}], "uri": "list/ef300167d32be895e8f", "height": 223}], "has_video": false, "article_type": 0, "tag": "funny", "has_m3u8_video": 0, "keywords": "\u4e3a\u4e86\u4f60,\u9ebb\u8fa3\u706b\u9505", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "bury_count": 4, "title": "\u5341\u4e2a\u7b11\u8bdd\uff1a\u6b7b\u9b3c\uff01\u4e3a\u4ec0\u4e48\u4e0d\u884c\uff1f", "ignore_web_transform": 1, "source_icon_style": 2, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356882739542851842/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u5c0f\u5f6d\u8c08", "comment_count": 75, "article_url": "http://toutiao.com/group/6356882739542851842/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:612999167", "name": "\u6765\u6e90:\u5c0f\u5f6d\u8c08", "is_selected": false}, {"id": "1:14060310", "name": "\u641e\u7b11", "is_selected": false}], "publish_time": 1480078018, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 5, "cell_layout_style": 1, "tag_id": 6356882739542851842, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356882739542851842/", "large_image_list": [], "item_id": 6356886685527048706, "repin_count": 866, "cell_flag": 11, "user_info": {"user_id": 51196745988, "name": "\u5c0f\u5f6d\u8c08", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/ef30000748b4c7aab83", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=51196841621", "level": 0, "like_count": 2, "digg_count": 2, "behot_time": 1480146306, "cursor": 1480146306999, "url": "http://toutiao.com/group/6356882739542851842/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p3.pstatp.com/large/ef30000748b4c7aab83", "media_id": 51196841621, "name": "\u5c0f\u5f6d\u8c08", "user_verified": false}, "group_id": 6356882739542851842, "middle_image": {"url": "http://p2.pstatp.com/list/300x196/e5900161a218ad40304.webp", "width": 561, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/e5900161a218ad40304.webp"}, {"url": "http://p4.pstatp.com/list/300x196/e5900161a218ad40304.webp"}, {"url": "http://p.pstatp.com/list/300x196/e5900161a218ad40304.webp"}], "uri": "list/e5900161a218ad40304", "height": 315}}";
},
{
code = "";
content = "{"read_count": 19003, "media_name": "\u6c7d\u8f66\u5c0f\u8fbe\u4eba", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p2.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp", "width": 697, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp"}, {"url": "http://p.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp"}], "uri": "list/11950006f8e067ecbdf1", "height": 392}, {"url": "http://p3.pstatp.com/list/300x196/119700042b9d7497e596.webp", "width": 700, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/119700042b9d7497e596.webp"}, {"url": "http://p6.pstatp.com/list/300x196/119700042b9d7497e596.webp"}, {"url": "http://p.pstatp.com/list/300x196/119700042b9d7497e596.webp"}], "uri": "list/119700042b9d7497e596", "height": 393}, {"url": "http://p2.pstatp.com/list/300x196/11990003779bf8fb083b.webp", "width": 699, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/11990003779bf8fb083b.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11990003779bf8fb083b.webp"}, {"url": "http://p.pstatp.com/list/300x196/11990003779bf8fb083b.webp"}], "uri": "list/11990003779bf8fb083b", "height": 393}], "has_video": false, "article_type": 0, "tag": "news_car", "has_m3u8_video": 0, "keywords": "\u4fdd\u65f6\u6377,SUV,A4L", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 0, "title": "\u542b\u6cea\u9001\u8d70A4L\uff0c \u6700\u7ec897\u4e07\u5f00\u7968\u63d0\u8f66\u5168\u65b0\u4fdd\u65f6\u6377\u5361\u5bb4", "ignore_web_transform": 0, "source_icon_style": 2, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6355305874693423362/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u6c7d\u8f66\u5c0f\u8fbe\u4eba", "comment_count": 39, "article_url": "http://toutiao.com/group/6355305874693423362/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:417633347", "name": "\u6765\u6e90:\u6c7d\u8f66\u5c0f\u8fbe\u4eba", "is_selected": false}, {"id": "2:264326150", "name": "\u8dd1\u8f66", "is_selected": false}, {"id": "6:1612569", "name": "\u5fb7\u56fd\u54c1\u724c", "is_selected": false}, {"id": "6:2411807", "name": "\u4fdd\u65f6\u6377\u5361\u5bb4", "is_selected": false}], "publish_time": 1479710686, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 5, "cell_layout_style": 1, "tag_id": 6355305874693423362, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6355305874693423362/", "large_image_list": [], "item_id": 6355309006134706690, "repin_count": 34, "cell_flag": 11, "user_info": {"user_id": 6146443982, "name": "\u6c7d\u8f66\u5c0f\u8fbe\u4eba", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/2b7001690be2c2a58c0", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6146564386", "level": 0, "digg_count": 0, "behot_time": 1480145856, "cursor": 1480145856999, "url": "http://toutiao.com/group/6355305874693423362/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p3.pstatp.com/large/2b7001690be2c2a58c0", "media_id": 6146564386, "name": "\u6c7d\u8f66\u5c0f\u8fbe\u4eba", "user_verified": false}, "group_id": 6355305874693423362, "middle_image": {"url": "http://p2.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp", "width": 697, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp"}, {"url": "http://p.pstatp.com/list/300x196/11950006f8e067ecbdf1.webp"}], "uri": "list/11950006f8e067ecbdf1", "height": 392}}";
},
{
code = "";
content = "{"read_count": 71, "media_name": "\u6cd3\u6d77\u4f83\u79d1\u6280", "ban_comment": 0, "abstract": "\u5982\u4eca\uff0c\u201c\u62a2\u7ea2\u5305\u201d\u5df2\u6210\u4e3a\u4e0d\u5c11\u670b\u53cb\u9022\u5e74\u8fc7\u8282\u7684\u5fc5\u505a\u7684\u4e8b\uff0c\u7531\u4e8e\u62c5\u5fc3\u62a2\u4e0d\u5230\u7ea2\u5305\uff0c\u6709\u4eba\u8fd8\u4f1a\u7528\u4e0a\u201c\u7ea2\u5305\u795e\u5668\u201d\u7b49\u8f6f\u4ef6\u3002\u4e0d\u8fc7\u636e\u8bf4\u8fd9\u7c7b\u5de5\u5177\u4e0d\u597d\u4f7f\uff0c\u62a2\u5230\u7ea2\u5305\u7684\u6982\u7387\u4e0d\u9ad8\uff0c\u5bb9\u6613\u9020\u6210\u53f7\u88ab\u5c01....\u6709\u6728\u6709\u66f4\u597d\u7684\u62a2\u7ea2\u5305\u65b9\u6cd5\u5462\uff1f\u6700\u8fd1\uff0c\u5c0f\u7c73\u624b\u73af\u5b98\u5fae\u53d1\u6587\u8868\u793a\uff0c\u5c0f\u7c73\u624b\u73af\u63a8\u51fa\u4e86\u4e00\u4e2a\u201c\u91cd\u78c5\u201d\u529f\u80fd\uff0c\u5b83\u5c31\u662f\u201c\u7ea2\u5305\u63d0\u9192\u201d\uff01", "image_list": [], "has_video": false, "article_type": 0, "tag": "news_tech", "has_m3u8_video": 0, "keywords": "\u5c0f\u7c73\u624b\u73af,\u62a2\u7ea2\u5305,iOS,\u7ea2\u5305\u63d0\u9192", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "bury_count": 0, "title": "\u5c0f\u7c73\u624b\u73af\u201c\u91cd\u78c5\u201d\u529f\u80fd\u4e0a\u7ebf\uff0c\u4e0d\u518d\u62c5\u5fc3\u9519\u8fc7\u201c\u597d\u51e0\u4ebf\u201d\u5566\uff01", "ignore_web_transform": 1, "source_icon_style": 5, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6357169255586234626/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u6cd3\u6d77\u4f83\u79d1\u6280", "comment_count": 1, "article_url": "http://toutiao.com/group/6357169255586234626/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:775092451", "name": "\u6765\u6e90:\u6cd3\u6d77\u4f83\u79d1\u6280", "is_selected": false}, {"id": "2:11781250", "name": "\u624b\u673a", "is_selected": false}, {"id": "6:32554862", "name": "\u5c0f\u7c73\u624b\u73af", "is_selected": false}], "publish_time": 1480144787, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 3, "cell_layout_style": 1, "tag_id": 6357169255586234626, "video_style": 0, "verified_content": "", "large_image_list": [], "item_id": 6356806847717966338, "level": 0, "cell_flag": 11, "user_info": {"user_id": 52297338023, "name": "\u6cd3\u6d77\u4f83\u79d1\u6280", "verified_content": "", "avatar_url": "http://p1.pstatp.com/thumb/ef30012225d440af4e1", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=52296974426", "display_url": "http://toutiao.com/group/6357169255586234626/", "digg_count": 0, "behot_time": 1480145406, "cursor": 1480145406999, "url": "http://toutiao.com/group/6357169255586234626/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p1.pstatp.com/large/ef30012225d440af4e1", "media_id": 52296974426, "name": "\u6cd3\u6d77\u4f83\u79d1\u6280", "user_verified": false}, "group_id": 6357169255586234626, "middle_image": {"url": "http://p2.pstatp.com/list/300x196/119b00071267a908f1d6.webp", "width": 640, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/119b00071267a908f1d6.webp"}, {"url": "http://p4.pstatp.com/list/300x196/119b00071267a908f1d6.webp"}, {"url": "http://p.pstatp.com/list/300x196/119b00071267a908f1d6.webp"}], "uri": "list/119b00071267a908f1d6", "height": 360}}";
},
{
code = "";
content = "{"read_count": 316353, "media_name": "\u6bb5\u5b50\u5c0f\u80fd\u624b", "ban_comment": 0, "abstract": "1.\u7f51\u4e0a\u804a\u4e86\u4e00\u59b9\u5b50\uff0c\u4eca\u5929\u51c6\u5907\u89c1\u9762\u3002\u95ee\u8001\u5988\u8981\u4e86\u4e09\u767e\u5757\u94b1\uff0c\u8001\u5988\u95ee\u6211\u5e72\u561b\u7528\uff0c\u6211\u8bf4\u7ea6\u4f1a\uff0c\u5979\u559c\u7b11\u989c\u5f00\u7684\u5c31\u7ed9\u6211\u4e86\u3002", "image_list": [], "has_video": false, "article_type": 0, "tag": "funny", "has_m3u8_video": 0, "keywords": "iPhone,\u718a\u5b69\u5b50", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "bury_count": 14, "title": "\u6bb5\u5b50\u5341\u6761\uff1a\u521a\u521a\u8fdb\u53bb\u7684\u5c31\u662f\u6211\u513f\u5b50", "ignore_web_transform": 1, "source_icon_style": 4, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356711381614018818/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u6bb5\u5b50\u5c0f\u80fd\u624b", "comment_count": 240, "article_url": "http://toutiao.com/group/6356711381614018818/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:606191729", "name": "\u6765\u6e90:\u6bb5\u5b50\u5c0f\u80fd\u624b", "is_selected": false}, {"id": "1:14060310", "name": "\u641e\u7b11", "is_selected": false}], "publish_time": 1480037849, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 3, "cell_layout_style": 1, "tag_id": 6356711381614018818, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356711381614018818/", "large_image_list": [], "item_id": 6356714158519484930, "repin_count": 1184, "cell_flag": 11, "user_info": {"user_id": 6859648630, "name": "\u6bb5\u5b50\u5c0f\u80fd\u624b", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/e580008ca3f0c2757e0", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6859436917", "level": 0, "like_count": 5, "digg_count": 5, "behot_time": 1480144956, "cursor": 1480144956999, "url": "http://toutiao.com/group/6356711381614018818/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p1.pstatp.com/large/e580008ca3f0c2757e0", "media_id": 6859436917, "name": "\u6bb5\u5b50\u5c0f\u80fd\u624b", "user_verified": false}, "group_id": 6356711381614018818, "middle_image": {"url": "http://p2.pstatp.com/list/300x196/e590015d6c23fa294b1.webp", "width": 411, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/e590015d6c23fa294b1.webp"}, {"url": "http://p4.pstatp.com/list/300x196/e590015d6c23fa294b1.webp"}, {"url": "http://p.pstatp.com/list/300x196/e590015d6c23fa294b1.webp"}], "uri": "list/e590015d6c23fa294b1", "height": 231}}";
},
{
code = "";
content = "{"read_count": 982265, "media_name": "\u68a6\u5453\u4f01\u6b4c", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p1.pstatp.com/list/300x196/ef5001523749a6db540.webp", "width": 583, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/ef5001523749a6db540.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef5001523749a6db540.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef5001523749a6db540.webp"}], "uri": "list/ef5001523749a6db540", "height": 327}, {"url": "http://p2.pstatp.com/list/300x196/ef50015237a4d3635af.webp", "width": 749, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/ef50015237a4d3635af.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef50015237a4d3635af.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef50015237a4d3635af.webp"}], "uri": "list/ef50015237a4d3635af", "height": 421}, {"url": "http://p1.pstatp.com/list/300x196/ef500152385c2d5ba2d.webp", "width": 573, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/ef500152385c2d5ba2d.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef500152385c2d5ba2d.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef500152385c2d5ba2d.webp"}], "uri": "list/ef500152385c2d5ba2d", "height": 322}], "has_video": false, "article_type": 0, "tag": "news_home", "has_m3u8_video": 0, "keywords": "\u975e\u6d32\u9a6c\u8d5b\u4eba,\u9a6c\u8d5b\u4eba", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 36, "title": "\u975e\u6d32\u4eba\u5a36\u5ab3\u5987\uff0c\u5a5a\u623f\u5374\u8ba9\u4eba\u201c\u96be\u4ee5\u542f\u9f7f\u201d", "ignore_web_transform": 0, "source_icon_style": 5, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356489064871903490/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u68a6\u5453\u4f01\u6b4c", "comment_count": 532, "article_url": "http://toutiao.com/group/6356489064871903490/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:531992137", "name": "\u6765\u6e90:\u68a6\u5453\u4f01\u6b4c", "is_selected": false}, {"id": "3:264323655", "name": "\u8d2d\u623f", "is_selected": false}, {"id": "6:20572", "name": "\u5a5a\u623f", "is_selected": false}, {"id": "6:23007", "name": "\u975e\u6d32", "is_selected": false}], "publish_time": 1479986123, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 7, "cell_layout_style": 1, "tag_id": 6356489064871903490, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356489064871903490/", "large_image_list": [], "item_id": 6356489923486286338, "repin_count": 2478, "cell_flag": 11, "user_info": {"user_id": 6814148950, "name": "\u68a6\u5453\u4f01\u6b4c", "verified_content": "", "avatar_url": "http://p1.pstatp.com/thumb/97d0000bae10d5f1137", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6814174205", "level": 0, "like_count": 10, "digg_count": 10, "behot_time": 1480144506, "cursor": 1480144506999, "url": "http://toutiao.com/group/6356489064871903490/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p1.pstatp.com/large/97d0000bae10d5f1137", "media_id": 6814174205, "name": "\u68a6\u5453\u4f01\u6b4c", "user_verified": false}, "group_id": 6356489064871903490, "middle_image": {"url": "http://p1.pstatp.com/list/300x196/ef5001523749a6db540.webp", "width": 583, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/ef5001523749a6db540.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef5001523749a6db540.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef5001523749a6db540.webp"}], "uri": "list/ef5001523749a6db540", "height": 327}}";
},
{
code = "";
content = "{"read_count": 45563, "media_name": "\u70b9\u70b9\u89c6\u9891", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p1.pstatp.com/list/300x196/11fb0001849d0146c43a.webp", "width": 731, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11fb0001849d0146c43a.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11fb0001849d0146c43a.webp"}, {"url": "http://p.pstatp.com/list/300x196/11fb0001849d0146c43a.webp"}], "uri": "list/11fb0001849d0146c43a", "height": 411}, {"url": "http://p1.pstatp.com/list/300x196/11f9000185a37b2b1315.webp", "width": 501, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11f9000185a37b2b1315.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11f9000185a37b2b1315.webp"}, {"url": "http://p.pstatp.com/list/300x196/11f9000185a37b2b1315.webp"}], "uri": "list/11f9000185a37b2b1315", "height": 281}, {"url": "http://p3.pstatp.com/list/300x196/11f9000185a6e03d1ff8.webp", "width": 730, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/11f9000185a6e03d1ff8.webp"}, {"url": "http://p6.pstatp.com/list/300x196/11f9000185a6e03d1ff8.webp"}, {"url": "http://p.pstatp.com/list/300x196/11f9000185a6e03d1ff8.webp"}], "uri": "list/11f9000185a6e03d1ff8", "height": 410}], "has_video": false, "article_type": 0, "tag": "news_entertainment", "has_m3u8_video": 0, "keywords": "\u5b8b\u4ef2\u57fa,\u67f3\u5927\u5c09,\u5b8b\u6167\u4e54,\u97e9\u661f,\u59dc\u533b\u751f", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 0, "title": "\u201c\u67f3\u5927\u5c09\u201d\u4e00\u89d2\u8d70\u7ea2\u7684\u97e9\u661f\u5b8b\u4ef2\u57fa\uff0c\u4e0e\u626e\u6f14\u201c\u59dc\u533b\u751f\u201d\u7684\u5b8b\u6167\u4e54", "ignore_web_transform": 0, "source_icon_style": 1, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356075534431158530/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u70b9\u70b9\u89c6\u9891", "comment_count": 22, "article_url": "http://toutiao.com/group/6356075534431158530/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:371386635", "name": "\u6765\u6e90:\u70b9\u70b9\u89c6\u9891", "is_selected": false}, {"id": "3:306460992", "name": "\u97e9\u5a31", "is_selected": false}, {"id": "6:22053", "name": "\u97e9\u661f", "is_selected": false}, {"id": "6:22375", "name": "\u5b8b\u6167\u4e54", "is_selected": false}], "publish_time": 1479889749, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 5, "cell_layout_style": 1, "tag_id": 6356075534431158530, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356075534431158530/", "large_image_list": [], "item_id": 6356078077440688641, "repin_count": 78, "cell_flag": 11, "user_info": {"user_id": 6756654690, "name": "\u70b9\u70b9\u89c6\u9891", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/6cb0027a894ee4562b5", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6763785361", "level": 0, "like_count": 2, "digg_count": 2, "behot_time": 1480144056, "cursor": 1480144056999, "url": "http://toutiao.com/group/6356075534431158530/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p3.pstatp.com/large/6cb0027a894ee4562b5", "media_id": 6763785361, "name": "\u70b9\u70b9\u89c6\u9891", "user_verified": false}, "group_id": 6356075534431158530, "middle_image": {"url": "http://p1.pstatp.com/list/300x196/11fb0001849d0146c43a.webp", "width": 731, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11fb0001849d0146c43a.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11fb0001849d0146c43a.webp"}, {"url": "http://p.pstatp.com/list/300x196/11fb0001849d0146c43a.webp"}], "uri": "list/11fb0001849d0146c43a", "height": 411}}";
},
{
code = "";
content = "{"read_count": 8106, "media_name": "\u5c0f\u840c\u975e\u840c\u5440", "ban_comment": 0, "abstract": "", "image_list": [], "has_video": false, "article_type": 0, "tag": "news_fashion", "has_m3u8_video": 0, "keywords": "\u65f6\u88c5,\u65f6\u88c5\u5510\u5ae3\u65f6\u88c5\u5510\u5ae3\u65f6\u88c5,\u65f6\u88c5\u5510\u5ae3\u65f6\u88c5\u5510\u5ae3,\u5510\u5ae3,\u5510\u5ae3\u65f6\u88c5\u5510\u5ae3\u65f6\u88c5\u5510\u5ae3", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 0, "title": "\u6bcf\u6b21\u770b\u5230\u50bb\u767d\u751c\u7684\u5510\u5ae3\uff0c\u5fc3\u60c5\u5c31\u7206\u597d", "ignore_web_transform": 0, "source_icon_style": 4, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6355037298590138625/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u5c0f\u840c\u975e\u840c\u5440", "comment_count": 7, "article_url": "http://toutiao.com/group/6355037298590138625/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:626497642", "name": "\u6765\u6e90:\u5c0f\u840c\u975e\u840c\u5440", "is_selected": false}, {"id": "1:1639", "name": "\u65f6\u5c1a", "is_selected": false}, {"id": "6:15795", "name": "\u5510\u5ae3", "is_selected": false}], "publish_time": 1479648441, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 10, "cell_layout_style": 1, "tag_id": 6355037298590138625, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6355037298590138625/", "large_image_list": [], "item_id": 6355041667157852674, "repin_count": 161, "cell_flag": 11, "user_info": {"user_id": 51783298098, "name": "\u5c0f\u840c\u975e\u840c\u5440", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/e59000782519797c459", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=51794442103", "level": 0, "digg_count": 0, "behot_time": 1480143606, "cursor": 1480143606999, "url": "http://toutiao.com/group/6355037298590138625/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p3.pstatp.com/large/e59000782519797c459", "media_id": 51794442103, "name": "\u5c0f\u840c\u975e\u840c\u5440", "user_verified": false}, "group_id": 6355037298590138625, "middle_image": {"url": "http://p1.pstatp.com/list/300x196/ef600136e993acf0397.webp", "width": 500, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/ef600136e993acf0397.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef600136e993acf0397.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef600136e993acf0397.webp"}], "uri": "list/ef600136e993acf0397", "height": 281}}";
},
{
code = "";
content = "{"read_count": 1419324, "video_id": "ad5b01b97d8746b6949003e4405e0051", "media_name": "\u6c34\u7434\u513f", "ban_comment": 0, "abstract": "", "video_detail_info": {"show_pgc_subscribe": 1, "video_preloading_flag": 1, "group_flags": 32832, "direct_play": 1, "detail_video_large_image": {"url": "http://p3.pstatp.com/video1609/11350005a60dd64f73e7", "width": 580, "url_list": [{"url": "http://p3.pstatp.com/video1609/11350005a60dd64f73e7"}, {"url": "http://p6.pstatp.com/video1609/11350005a60dd64f73e7"}, {"url": "http://p.pstatp.com/video1609/11350005a60dd64f73e7"}], "uri": "video1609/11350005a60dd64f73e7", "height": 326}, "video_id": "ad5b01b97d8746b6949003e4405e0051", "video_watch_count": 1213297, "video_type": 0, "video_watching_count": 0}, "image_list": [], "has_video": true, "article_type": 0, "tag": "news", "has_m3u8_video": 0, "video_duration": 166, "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 32832, "bury_count": 721, "title": "\u4e00\u6761\u7f8e\u4eba\u9c7c\u88ab\u5bb3\u73b0\u771f\u8eab\uff0c\u6765\u4e86\u4e24\u6761\u7f8e\u4eba\u9c7c\u540c\u4f34\u76f8\u6551\uff0c\u5947\u8ff9\u53d1\u751f\u4e86", "ignore_web_transform": 1, "source_icon_style": 2, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6352320537783681282/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u6c34\u7434\u513f", "comment_count": 145, "article_url": "http://toutiao.com/group/6352320537783681282/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:559962632", "name": "\u6765\u6e90:\u6c34\u7434\u513f", "is_selected": false}, {"id": "6:47378", "name": "\u7f8e\u4eba\u9c7c", "is_selected": false}], "publish_time": 1479015995, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "cell_layout_style": 1, "tag_id": 6352320537783681282, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6352320537783681282/", "large_image_list": [{"url": "http://p3.pstatp.com/video1609/11350005a60dd64f73e7", "width": 580, "url_list": [{"url": "http://p3.pstatp.com/video1609/11350005a60dd64f73e7"}, {"url": "http://p6.pstatp.com/video1609/11350005a60dd64f73e7"}, {"url": "http://p.pstatp.com/video1609/11350005a60dd64f73e7"}], "uri": "video1609/11350005a60dd64f73e7", "height": 326}], "item_id": 6352325332023902721, "repin_count": 7213, "cell_flag": 11, "user_info": {"user_id": 6968902342, "name": "\u6c34\u7434\u513f", "verified_content": "", "avatar_url": "http://p9.pstatp.com/thumb/78f0013bb8f0bba8759", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6968540577", "level": 0, "like_count": 1236, "digg_count": 1236, "behot_time": 1480143156, "cursor": 1480143156999, "url": "http://toutiao.com/group/6352320537783681282/", "preload_web": 0, "user_repin": 0, "has_image": false, "item_version": 0, "media_info": {"avatar_url": "http://p8.pstatp.com/large/78f0013bb8f0bba8759", "media_id": 6968540577, "name": "\u6c34\u7434\u513f", "user_verified": false}, "group_id": 6352320537783681282, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/11350005a60dd64f73e7.webp", "width": 640, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/11350005a60dd64f73e7.webp"}, {"url": "http://p6.pstatp.com/list/300x196/11350005a60dd64f73e7.webp"}, {"url": "http://p.pstatp.com/list/300x196/11350005a60dd64f73e7.webp"}], "uri": "list/11350005a60dd64f73e7", "height": 360}}";
},
{
code = "";
content = "{"read_count": 260126, "media_name": "\u7528\u8f66\u987b\u77e5", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p3.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp", "width": 554, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp"}, {"url": "http://p6.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp"}, {"url": "http://p.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp"}], "uri": "list/119b0003fb838e2f66fd", "height": 311}, {"url": "http://p1.pstatp.com/list/300x196/11fc0001a949013e5c6a.webp", "width": 635, "url_list": [{"url": "http://p1.pstatp.com/list/300x196/11fc0001a949013e5c6a.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11fc0001a949013e5c6a.webp"}, {"url": "http://p.pstatp.com/list/300x196/11fc0001a949013e5c6a.webp"}], "uri": "list/11fc0001a949013e5c6a", "height": 357}, {"url": "http://p2.pstatp.com/list/300x196/11960007d7812d915943.webp", "width": 382, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/11960007d7812d915943.webp"}, {"url": "http://p4.pstatp.com/list/300x196/11960007d7812d915943.webp"}, {"url": "http://p.pstatp.com/list/300x196/11960007d7812d915943.webp"}], "uri": "list/11960007d7812d915943", "height": 214}], "has_video": false, "article_type": 0, "tag": "news_car", "has_m3u8_video": 0, "keywords": "\u5317\u4eac\u7535\u5f71\u5b66\u9662,g25,\u8def\u864e\u63fd\u80dc,\u6cd5\u62c9\u5229,\u4e71\u4e16\u4f73\u4eba,\u7f57\u664b", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 2, "title": "\u5973\u795e\u5510\u5ae3\u7684\u6b63\u724c\u7537\u53cb\uff0c\u5962\u534e\u8c6a\u8f66\u4efb\u610f\u5f00", "ignore_web_transform": 0, "source_icon_style": 1, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356088241855037697/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u7528\u8f66\u987b\u77e5", "comment_count": 117, "article_url": "http://toutiao.com/group/6356088241855037697/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:499475360", "name": "\u6765\u6e90:\u7528\u8f66\u987b\u77e5", "is_selected": false}, {"id": "2:264326150", "name": "\u8dd1\u8f66", "is_selected": false}, {"id": "6:15795", "name": "\u5510\u5ae3", "is_selected": false}], "publish_time": 1479892690, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 5, "cell_layout_style": 1, "tag_id": 6356088241855037697, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356088241855037697/", "large_image_list": [], "item_id": 6356090708708819458, "repin_count": 509, "cell_flag": 11, "user_info": {"user_id": 6042697842, "name": "\u7528\u8f66\u987b\u77e5", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/412001a712825cca2fe", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6615459283", "level": 0, "like_count": 26, "digg_count": 26, "behot_time": 1480142706, "cursor": 1480142706999, "url": "http://toutiao.com/group/6356088241855037697/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p3.pstatp.com/large/412001a712825cca2fe", "media_id": 6615459283, "name": "\u7528\u8f66\u987b\u77e5", "user_verified": false}, "group_id": 6356088241855037697, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp", "width": 554, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp"}, {"url": "http://p6.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp"}, {"url": "http://p.pstatp.com/list/300x196/119b0003fb838e2f66fd.webp"}], "uri": "list/119b0003fb838e2f66fd", "height": 311}}";
},
{
code = "";
content = "{"read_count": 117898, "media_name": "\u65b0\u578b\u623f\u5c4b", "ban_comment": 0, "abstract": "\u5efa\u623f\u56fe\u7eb8\u54ea\u91cc\u627e\uff1f\u8fd9\u5bf9\u4e8e\u519c\u6751\u4eba\u6765\u8bf4\u53ef\u80fd\u662f\u4e00\u4e2a\u96be\u9898\uff0c\u53ef\u662f\u5982\u4eca\u7f51\u7edc\u8fd9\u4e48\u53d1\u8fbe\uff0c\u996d\u83dc\u4e0d\u77e5\u9053\u600e\u4e48\u505a\u4e86\u6211\u4eec\u53ef\u4ee5\u67e5\uff0c\u8863\u670d\u4e0d\u77e5\u9053\u600e\u4e48\u642d\u914d\u4e86\u53ef\u4ee5\u4ece\u7f51\u4e0a\u641c\uff0c\u90a3\u4e48\u623f\u5b50\u56fe\u7eb8\u4e0d\u77e5\u9053\u600e\u4e48\u8bbe\u8ba1\u5f53\u7136\u4e5f\u662f\u53ef\u4ee5\u4ece\u7f51\u4e0a\u4e0b\u8f7d\u7684\u4e86\u3002\u8bdd\u4e0d\u591a\u8bf4\uff0c\u5148\u770b\u770b\u4e0b\u9762\u8fd98\u5957\u522b\u5885\u6709\u4f60\u559c\u6b22\u7684\u5417\uff1f", "image_list": [{"url": "http://p3.pstatp.com/list/300x196/e59001644b2c803e24b.webp", "width": 539, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/e59001644b2c803e24b.webp"}, {"url": "http://p6.pstatp.com/list/300x196/e59001644b2c803e24b.webp"}, {"url": "http://p.pstatp.com/list/300x196/e59001644b2c803e24b.webp"}], "uri": "list/e59001644b2c803e24b", "height": 303}, {"url": "http://p2.pstatp.com/list/300x196/123400012d110b6f2e69.webp", "width": 545, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/123400012d110b6f2e69.webp"}, {"url": "http://p4.pstatp.com/list/300x196/123400012d110b6f2e69.webp"}, {"url": "http://p.pstatp.com/list/300x196/123400012d110b6f2e69.webp"}], "uri": "list/123400012d110b6f2e69", "height": 306}, {"url": "http://p2.pstatp.com/list/300x196/ef40016a7bafd74b82e.webp", "width": 641, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/ef40016a7bafd74b82e.webp"}, {"url": "http://p4.pstatp.com/list/300x196/ef40016a7bafd74b82e.webp"}, {"url": "http://p.pstatp.com/list/300x196/ef40016a7bafd74b82e.webp"}], "uri": "list/ef40016a7bafd74b82e", "height": 360}], "has_video": false, "article_type": 0, "tag": "news_home", "has_m3u8_video": 0, "keywords": "\u6587\u5316\u77f3,\u5761\u5c4b\u9876,\u522b\u5885", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "bury_count": 0, "title": "8\u5957\u519c\u6751\u522b\u5885\uff0c\u90fd\u8bf4\u7b2c6\u5957\u6700\u4e11\u7b2c7\u5957\u6700\u4e2a\u6027\uff1f", "ignore_web_transform": 1, "source_icon_style": 1, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6357088378328744194/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u65b0\u578b\u623f\u5c4b", "comment_count": 129, "article_url": "http://toutiao.com/group/6357088378328744194/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:63443042", "name": "\u6765\u6e90:\u65b0\u578b\u623f\u5c4b", "is_selected": false}, {"id": "1:1654", "name": "\u5bb6\u5c45", "is_selected": false}, {"id": "6:15331", "name": "\u522b\u5885", "is_selected": false}, {"id": "6:18054", "name": "\u519c\u6751", "is_selected": false}], "publish_time": 1480125833, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 8, "cell_layout_style": 1, "tag_id": 6357088378328744194, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6357088378328744194/", "large_image_list": [], "item_id": 6357092049807737345, "repin_count": 2797, "cell_flag": 11, "user_info": {"user_id": 3905407975, "name": "\u65b0\u578b\u623f\u5c4b", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/2081/6046983153", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=3905681881", "level": 0, "digg_count": 0, "behot_time": 1480142256, "cursor": 1480142256999, "url": "http://toutiao.com/group/6357088378328744194/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p2.pstatp.com/large/2081/6046983153", "media_id": 3905681881, "name": "\u65b0\u578b\u623f\u5c4b", "user_verified": false}, "group_id": 6357088378328744194, "middle_image": {"url": "http://p3.pstatp.com/list/300x196/e59001644b2c803e24b.webp", "width": 539, "url_list": [{"url": "http://p3.pstatp.com/list/300x196/e59001644b2c803e24b.webp"}, {"url": "http://p6.pstatp.com/list/300x196/e59001644b2c803e24b.webp"}, {"url": "http://p.pstatp.com/list/300x196/e59001644b2c803e24b.webp"}], "uri": "list/e59001644b2c803e24b", "height": 303}}";
},
{
code = "";
content = "{"read_count": 359264, "media_name": "\u6c5f\u5c71\u5982\u6b64\u591a\u5a07", "ban_comment": 0, "abstract": "", "image_list": [{"url": "http://p2.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp", "width": 487, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp"}, {"url": "http://p4.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp"}, {"url": "http://p.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp"}], "uri": "list/12340000f2bd40c4da7f", "height": 273}, {"url": "http://p2.pstatp.com/list/300x196/12340000f2c3bf11936a.webp", "width": 501, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/12340000f2c3bf11936a.webp"}, {"url": "http://p4.pstatp.com/list/300x196/12340000f2c3bf11936a.webp"}, {"url": "http://p.pstatp.com/list/300x196/12340000f2c3bf11936a.webp"}], "uri": "list/12340000f2c3bf11936a", "height": 281}, {"url": "http://p2.pstatp.com/list/300x196/12320000efb604f971e5.webp", "width": 462, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/12320000efb604f971e5.webp"}, {"url": "http://p4.pstatp.com/list/300x196/12320000efb604f971e5.webp"}, {"url": "http://p.pstatp.com/list/300x196/12320000efb604f971e5.webp"}], "uri": "list/12320000efb604f971e5", "height": 259}], "has_video": false, "article_type": 0, "tag": "news", "has_m3u8_video": 0, "keywords": "\u9a91\u6bdb\u9a74", "user_verified": 0, "aggr_type": 1, "cell_type": 0, "article_sub_type": 0, "group_flags": 131072, "bury_count": 3, "title": "\u58eb\u5175\u4e0e\u52a8\u7269\uff0c\u770b\u5230\u54ea\u4e00\u5f20\u4f60\u7b11\u4e86", "ignore_web_transform": 0, "source_icon_style": 5, "tip": 0, "hot": 0, "share_url": "http://toutiao.com/a6356853708315164929/?iid=0&app=news_article", "has_mp4_video": 0, "source": "\u6c5f\u5c71\u5982\u6b64\u591a\u5a07", "comment_count": 108, "article_url": "http://toutiao.com/group/6356853708315164929/", "filter_words": [{"id": "8:0", "name": "\u91cd\u590d\u3001\u65e7\u95fb", "is_selected": false}, {"id": "9:1", "name": "\u5185\u5bb9\u8d28\u91cf\u5dee", "is_selected": false}, {"id": "5:164959328", "name": "\u6765\u6e90:\u6c5f\u5c71\u5982\u6b64\u591a\u5a07", "is_selected": false}, {"id": "2:307108923", "name": "\u52a8\u7269", "is_selected": false}, {"id": "6:16839", "name": "\u58eb\u5175", "is_selected": false}], "publish_time": 1480071120, "action_list": [{"action": 1, "extra": {}, "desc": ""}, {"action": 3, "extra": {}, "desc": ""}, {"action": 7, "extra": {}, "desc": ""}, {"action": 9, "extra": {}, "desc": ""}], "gallary_image_count": 7, "cell_layout_style": 1, "tag_id": 6356853708315164929, "gallary_style": 1, "video_style": 0, "verified_content": "", "display_url": "http://toutiao.com/group/6356853708315164929/", "large_image_list": [], "item_id": 6356842636933857794, "repin_count": 996, "cell_flag": 11, "user_info": {"user_id": 6949943810, "name": "\u6c5f\u5c71\u5982\u6b64\u591a\u5a07", "verified_content": "", "avatar_url": "http://p3.pstatp.com/thumb/97e0018d1e364731de2", "follow": false, "user_verified": false, "description": ""}, "source_open_url": "sslocal://media_account?media_id=6955726822", "level": 0, "like_count": 12, "digg_count": 12, "behot_time": 1480141806, "cursor": 1480141806999, "url": "http://toutiao.com/group/6356853708315164929/", "preload_web": 0, "user_repin": 0, "has_image": true, "item_version": 0, "media_info": {"avatar_url": "http://p3.pstatp.com/large/97e0018d1e364731de2", "media_id": 6955726822, "name": "\u6c5f\u5c71\u5982\u6b64\u591a\u5a07", "user_verified": false}, "group_id": 6356853708315164929, "middle_image": {"url": "http://p2.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp", "width": 487, "url_list": [{"url": "http://p2.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp"}, {"url": "http://p4.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp"}, {"url": "http://p.pstatp.com/list/300x196/12340000f2bd40c4da7f.webp"}], "uri": "list/12340000f2bd40c4da7f", "height": 273}}";
}
);
"feed_flag" = 0;
"has_more" = 1;
"has_more_to_refresh" = 1;
"login_status" = 0;
message = success;
"post_content_hint" = "\U5206\U4eab\U65b0\U9c9c\U4e8b";
"show_et_status" = 0;
tips = {
"app_name" = "\U4eca\U65e5\U5934\U6761";
"display_duration" = 2;
"display_info" = "\U4eca\U65e5\U5934\U6761\U63a8\U8350\U5f15\U64ce\U670915\U6761\U66f4\U65b0";
"display_template" = "\U4eca\U65e5\U5934\U6761\U63a8\U8350\U5f15\U64ce\U6709%s\U6761\U66f4\U65b0";
"download_url" = "";
"open_url" = "";
"package_name" = "";
type = app;
"web_url" = "";
};
"total_number" = 15;
"wenda_extra" = "";
}

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 157,298评论 4 360
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 66,701评论 1 290
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 107,078评论 0 237
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,687评论 0 202
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,018评论 3 286
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,410评论 1 211
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,729评论 2 310
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,412评论 0 194
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,124评论 1 239
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,379评论 2 242
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 31,903评论 1 257
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,268评论 2 251
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 32,894评论 3 233
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,014评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,770评论 0 192
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,435评论 2 269
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,312评论 2 260

推荐阅读更多精彩内容

  • Spring Cloud为开发人员提供了快速构建分布式系统中一些常见模式的工具(例如配置管理,服务发现,断路器,智...
    卡卡罗2017阅读 134,087评论 18 139
  • # 一度蜜v3.0协议 --- # 交互协议 [TOC] ## 协议说明 ### 请求参数 下表列出了v3.0版协...
    c5e350bc5b40阅读 620评论 0 0
  • 最近一直在学习python的scrapy框架。写了比较多的小例子。工欲善其事必先利其器。今天描述的就是爬取今日头条...
    Evtion阅读 7,188评论 6 6
  • 《裕语言》速成开发手册3.0 官方用户交流:iApp开发交流(1) 239547050iApp开发交流(2) 10...
    叶染柒丶阅读 23,907评论 5 18
  • 我有一个秘密 我想让世间上每一滴冰冷的雨 都不会淋到你 我有一个秘密 我想让你每一次伤心的别离 都会迎来喜悦的重聚...
    阿莱卡桑阅读 218评论 0 0