python—遍历嵌套字典,获取json返回结果的所有key值

# coding:utf-8
import json

key_list = []
def get_dict_allkeys(dict_a):
    """
    遍历嵌套字典,获取json返回结果的所有key值
    :param dict_a:
    :return: key_list
    """
    if isinstance(dict_a, dict):  # 使用isinstance检测数据类型
        # 如果为字典类型,则提取key存放到key_list中
        for x in range(len(dict_a)):
            temp_key = list(dict_a.keys())[x]
            temp_value = dict_a[temp_key]
            key_list.append(temp_key)
            get_dict_allkeys(temp_value)  # 自我调用实现无限遍历
    elif isinstance(dict_a, list):
        # 如果为列表类型,则遍历列表里的元素,将字典类型的按照上面的方法提取key
        for k in dict_a:
            if isinstance(k, dict):
                for x in range(len(k)):
                    temp_key = list(k.keys())[x]
                    temp_value = k[temp_key]
                    key_list.append(temp_key)
                    get_dict_allkeys(temp_value) # 自我调用实现无限遍历
    return key_list

if __name__=="__main__":
    data="""{}"""
    data1 = json.loads(data)
    get_keys = get_dict_allkeys(data1)
    print(get_keys)
data = """{"Code":"1","VehicleIsOe":false,"Title":null,"Products":[{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"C","Pattern":"DH06","TextColor":null,"Remark":null,"Reason":null,"TireSnow":null,"StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":true,"TirePattern_CN":"宁静舒适 安全操控","TirePattern_EN":"Doublestar DH06","TirePatternShortName":null,"SpecialMark":"","HasVideo":false,"CP_Tab_New":"舒适;静音;","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"夏季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-SX-DH06","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":33988,"CommentTimesNews":12915,"ShowCommentTimesInfo":null,"CommentR1":168851,"CommentRate1":4.9679592797457926326938919619,"CommentR2":168796,"CommentRate2":4.9663410615511356949511592327,"CommentR3":168848,"CommentRate3":4.9678710132988113451806519948,"CommentR4":168790,"CommentRate4":4.9669000823820171825350123573,"CommentR5":168815,"CommentRate5":4.9669000823820171825350123573,"CommentRate":4.967047193126985995057078969,"FavourableCount":13324,"DefaultFavourableCount":20135,"FavourableRate":98.44356831822996351653524773},"ShuXing1":null,"ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"舒适;静音;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"折","Color":"df3348","IsShowOnPic":false,"TagSort":10,"TagType":15,"ShortTab":"折","BorderColor":"df3348","FontColor":"ffffff","ImageBanner":"https://img1.tuhu.org/activity/image/FkNCBNiSKvVWVA-nlaCyvIlWjOmg_w800_h800.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":"大牌轮胎集结!天天秒杀低至99元!热门规格轮番上!点击查看\u003e\u003e","Advertisement":"宁静舒适 安全操控","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13472.1408307.1408355","Oid":1408355,"ProductID":"TR-SX-DH06","VariantID":"10","Pid":"TR-SX-DH06|10","Category":"TireEconomy","DefinitionName":"Tires","DisplayName":"双星轮胎 DH06 195/55R15 85V DOUBLESTAR","IsOE":false,"ProductRefer":0,"Price":249.0000,"BeijingPrice":null,"MarketingPrice":500.0000,"Brand":"双星/Doublestar","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Images/Products/Fqax5CmUleGGMJWuNnnXddJmwbVH_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FjZtHcs6bfV3zqYRMjI4-TVJCa1Z_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FhgA8FI8TQjw3QknelFu2eiiTuSH_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"A","Pattern":"DU01","TextColor":null,"Remark":null,"Reason":null,"TireSnow":null,"StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"快递01","TirePattern_EN":"OPTIMUM DU01","TirePatternShortName":"DU01","SpecialMark":"","HasVideo":false,"CP_Tab_New":"","TireInsuranceYears":2,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx2.png","TireSeason":"全季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-DF-DU01","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":2271,"CommentTimesNews":2106,"ShowCommentTimesInfo":null,"CommentR1":11165,"CommentRate1":4.9163364156759136944077498899,"CommentR2":11142,"CommentRate2":4.9062087186261558784676354029,"CommentR3":11182,"CommentRate3":4.9238221047996477322765301629,"CommentR4":11178,"CommentRate4":4.9185380889476001761338617349,"CommentR5":11170,"CommentRate5":4.9185380889476001761338617349,"CommentRate":4.9173932188463232056362835755,"FavourableCount":2175,"DefaultFavourableCount":0,"FavourableRate":95.77278731836195508586525760},"ShuXing1":"https://img1.tuhu.org/Tire/Recommend/FiWkbuQv-_x-SI_zFW4pzVOmbIGE_w800_h800.png","ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"耐磨;操控;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"折","Color":"df3348","IsShowOnPic":false,"TagSort":10,"TagType":15,"ShortTab":"折","BorderColor":"df3348","FontColor":"ffffff","ImageBanner":"https://img1.tuhu.org/activity/image/FkNCBNiSKvVWVA-nlaCyvIlWjOmg_w800_h800.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":null,"Advertisement":null,"Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":{"RankingListTag":null,"RankListId":null,"RankingListTagRouter":null,"TireRecommendTag":null,"SloganList":null,"ShowSlogan":null,"Slogans":null,"TireTrump":null,"TirePlusPreferredImg":"https://img1.tuhu.org/Tire/Recommend/FiZjyWSd5B0S8_3vGWmaYKjUem2P_w117_h39.png"},"NodeNo":"1.13472.2047003.2047004","Oid":2047004,"ProductID":"TR-DF-DU01","VariantID":"1","Pid":"TR-DF-DU01|1","Category":"TireEconomy","DefinitionName":"Tires","DisplayName":"东风轮胎 DU01 195/55R15 85V DONGFENG","IsOE":false,"ProductRefer":0,"Price":239.0000,"BeijingPrice":null,"MarketingPrice":329.0000,"Brand":"东风/Dongfeng","Unit":null,"Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Tire/Recommend/FiWkbuQv-_x-SI_zFW4pzVOmbIGE_w800_h800.png","https://img4.tuhu.org/Images/Products/Fv7IQmE0EHAZh2RvXYcVIlyvcbGu_w800_h800.png@240w_240h_100Q.png","https://img4.tuhu.org/Images/Products/FqAx1K1OYeB0iHJ-8pk5PoM2JUTu_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FmyQCawNeRvvWGMBWbePVz1nM44W_w800_h800.png@240w_240h_100Q.png","https://img4.tuhu.org/Images/Products/Fqi46lyGjPVqZ6OMFYl2cutfTwvA_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"B","Pattern":"新P1","TextColor":null,"Remark":null,"Reason":null,"TireSnow":"四季通用胎","StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"新P1","TirePattern_EN":"Cinturato P1","TirePatternShortName":null,"SpecialMark":"","HasVideo":true,"CP_Tab_New":"操控;节能;","TireInsuranceYears":2,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx2.png","TireSeason":"夏季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-PR-P-CINTURATO-P1","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":175175,"CommentTimesNews":58005,"ShowCommentTimesInfo":null,"CommentR1":867593,"CommentRate1":4.9527215641501355787070072784,"CommentR2":865411,"CommentRate2":4.9402654488368774083059797346,"CommentR3":868104,"CommentRate3":4.9556386470672184957899243614,"CommentR4":866350,"CommentRate4":4.9384387041529898672755815613,"CommentR5":865091,"CommentRate5":4.9384387041529898672755815613,"CommentRate":4.946538033395176252319109462,"FavourableCount":57073,"DefaultFavourableCount":112783,"FavourableRate":96.96360782075067789353503639},"ShuXing1":"https://img1.tuhu.org/Tire/Recommend/Fnw7WMGqVGk0lSYlU1XkPDx0DR-H_w800_h800.png","ShuXing5":null,"ShuXing3":"降噪低滚阻宁静车舱","ShuXing2":null,"ShuXing4":null,"CP_Tab":"操控;节能;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"赠","Color":null,"IsShowOnPic":false,"TagSort":12,"TagType":11,"ShortTab":"赠","BorderColor":"df3348","FontColor":"df3348","ImageBanner":"https://img1.tuhu.org/GiftManage/Pictures/Fph3hpYOMZEx9y5ZiChzF-gDGl4D.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":null,"Advertisement":"兼顾舒适与操控;经久耐用长里程","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":{"RankingListTag":null,"RankListId":null,"RankingListTagRouter":null,"TireRecommendTag":null,"SloganList":null,"ShowSlogan":null,"Slogans":null,"TireTrump":null,"TirePlusPreferredImg":"https://img1.tuhu.org/Tire/Recommend/FiZjyWSd5B0S8_3vGWmaYKjUem2P_w117_h39.png"},"NodeNo":"1.13471.18933.18953","Oid":18953,"ProductID":"TR-PR-P-CINTURATO-P1","VariantID":"2","Pid":"TR-PR-P-CINTURATO-P1|2","Category":"TireBusiness","DefinitionName":"Tires","DisplayName":"倍耐力轮胎 新P1 Cinturato P1 195/55R15 85V Pirelli","IsOE":false,"ProductRefer":0,"Price":429.0000,"BeijingPrice":null,"MarketingPrice":449.0000,"Brand":"倍耐力/Pirelli","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Tire/Recommend/Fnw7WMGqVGk0lSYlU1XkPDx0DR-H_w800_h800.png","https://img1.tuhu.org/Images/Products/FvqU-Hf7XTFZpzwucn84XZSbqvPH_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/Fiekf3TS8iXK80ZQsfvaV3j3O-Tp_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"A","Pattern":"久乘","TextColor":null,"Remark":null,"Reason":null,"TireSnow":null,"StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"久乘","TirePattern_EN":"Assurance Duraplus 2","TirePatternShortName":null,"SpecialMark":"","HasVideo":false,"CP_Tab_New":"耐磨;操控;","TireInsuranceYears":2,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx2.png","TireSeason":"夏季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-GY-JCAD2","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":14952,"CommentTimesNews":7154,"ShowCommentTimesInfo":null,"CommentR1":74352,"CommentRate1":4.9727126805778491171749598716,"CommentR2":74298,"CommentRate2":4.9691011235955056179775280899,"CommentR3":74379,"CommentRate3":4.9745184590690208667736757624,"CommentR4":74347,"CommentRate4":4.9716425896201177100053504548,"CommentR5":74336,"CommentRate5":4.9716425896201177100053504548,"CommentRate":4.9720706260032102728731942215,"FavourableCount":7622,"DefaultFavourableCount":7140,"FavourableRate":98.72926698769395398608881755},"ShuXing1":"https://img1.tuhu.org/Tire/Recommend/FutVldojkp56-LpFgET5NRIeL2NR_w800_h800.png","ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"耐磨;操控;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"赠","Color":null,"IsShowOnPic":false,"TagSort":12,"TagType":11,"ShortTab":"赠","BorderColor":"df3348","FontColor":"df3348","ImageBanner":"https://img1.tuhu.org/GiftManage/Pictures/FiQ2XyIV1uw_0CzPgTsj1BEym39L.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":"此商品正在参与晒单有礼活动!赢58元现金红包和固特异手摇灯!具体规则与APP晒单上传入口请点击查看\u003e\u003e","Advertisement":"全新升级产品!双层帘布防撞击,胎面优化静音舒适,经久耐用更长里程!","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":{"RankingListTag":null,"RankListId":null,"RankingListTagRouter":null,"TireRecommendTag":null,"SloganList":null,"ShowSlogan":null,"Slogans":null,"TireTrump":null,"TirePlusPreferredImg":"https://img1.tuhu.org/Tire/Recommend/FiZjyWSd5B0S8_3vGWmaYKjUem2P_w117_h39.png"},"NodeNo":"1.13470.1519269.1573498","Oid":1573498,"ProductID":"TR-GY-JCAD2","VariantID":"9","Pid":"TR-GY-JCAD2|9","Category":"TireSport","DefinitionName":"Tires","DisplayName":"固特异轮胎 久乘 Assurance Duraplus 2 195/55R15 85V Goodyear","IsOE":false,"ProductRefer":0,"Price":345.0000,"BeijingPrice":null,"MarketingPrice":449.0000,"Brand":"固特异/Goodyear","Unit":null,"Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Tire/Recommend/FutVldojkp56-LpFgET5NRIeL2NR_w800_h800.png","https://img1.tuhu.org/Images/Products/FmUQrhuWoN8XADsOmeUgNzdoM4V3_w800_h800.jpeg@240w_240h_100Q.jpg","https://img1.tuhu.org/Images/Products/FhYmQ3SB3g_bReiWVjMieCZJZX18_w800_h800.jpeg@240w_240h_100Q.jpg"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"C","Pattern":"221","TextColor":null,"Remark":null,"Reason":null,"TireSnow":"四季通用胎","StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"佳通舒适","TirePattern_EN":"Giti Comfort 221","TirePatternShortName":null,"SpecialMark":null,"HasVideo":false,"CP_Tab_New":"","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"夏季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-GT-221","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":192784,"CommentTimesNews":42497,"ShowCommentTimesInfo":null,"CommentR1":958309,"CommentRate1":4.9708948875425346501784380447,"CommentR2":956514,"CommentRate2":4.9615839488754253465017843804,"CommentR3":958287,"CommentRate3":4.970780770188397377375715827,"CommentR4":957524,"CommentRate4":4.9641930865632002655822059922,"CommentR5":957017,"CommentRate5":4.9641930865632002655822059922,"CommentRate":4.9668551332060751929620715412,"FavourableCount":41469,"DefaultFavourableCount":147985,"FavourableRate":98.27267823055855257697734252},"ShuXing1":null,"ShuXing5":"湿地操控,长里程","ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"耐磨;操控;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":null,"Advertisement":null,"Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13472.18648.18663","Oid":18663,"ProductID":"TR-GT-221","VariantID":"5","Pid":"TR-GT-221|5","Category":"TireEconomy","DefinitionName":"Tires","DisplayName":"佳通轮胎 Comfort 221 195/55R15 85V Giti","IsOE":false,"ProductRefer":0,"Price":233.0000,"BeijingPrice":null,"MarketingPrice":349.0000,"Brand":"佳通/Giti","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img4.tuhu.org/Images/Products/d135/be5a/871bfc14e85a0f13799006c3_w800_h800.jpg@240w_240h_100Q.jpg","https://img1.tuhu.org/Images/type/221-1.jpg@240w_240h_100Q.jpg","https://img1.tuhu.org/Images/type/221-2.jpg@240w_240h_100Q.jpg"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"B","Pattern":"NCT5","TextColor":null,"Remark":null,"Reason":null,"TireSnow":"四季通用胎","StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"配套大师","TirePattern_EN":"Eagle NCT5","TirePatternShortName":null,"SpecialMark":"","HasVideo":false,"CP_Tab_New":"原配","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"夏季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-GY-EAGLE-NCT5","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":136729,"CommentTimesNews":47876,"ShowCommentTimesInfo":null,"CommentR1":676582,"CommentRate1":4.9483430727936282719832661688,"CommentR2":674068,"CommentRate2":4.9299563369877641173416027324,"CommentR3":676879,"CommentRate3":4.9505152527993329871497634006,"CommentR4":675249,"CommentRate4":4.9291810808241119294370616329,"CommentR5":673962,"CommentRate5":4.9291810808241119294370616329,"CommentRate":4.9393179208507339335473820477,"FavourableCount":45083,"DefaultFavourableCount":86754,"FavourableRate":96.42211966737122336885371794},"ShuXing1":null,"ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"节能;静音;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"券","Color":null,"IsShowOnPic":false,"TagSort":13,"TagType":13,"ShortTab":"券","BorderColor":"df3348","FontColor":"df3348","ImageBanner":null,"TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":null,"Advertisement":null,"Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13471.25344.25355","Oid":25355,"ProductID":"TR-GY-EAGLE-NCT5","VariantID":"2","Pid":"TR-GY-EAGLE-NCT5|2","Category":"TireBusiness","DefinitionName":"Tires","DisplayName":"固特异轮胎 EAGLE NCT5 195/55R15 85V 3沟槽 Goodyear","IsOE":true,"ProductRefer":0,"Price":319.0000,"BeijingPrice":null,"MarketingPrice":499.0000,"Brand":"固特异/Goodyear","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Images/Products/99e0/fa07/f39e39696c8e72a4a65db550_w800_h800.jpg@240w_240h_100Q.jpg","https://img1.tuhu.org/Images/Products/fb85/372e/9db2736afe63813ce2a3f7c3_w800_h800.jpg@240w_240h_100Q.jpg","https://img1.tuhu.org/Images/Products/be7f/7a66/114ea84e45d6f58d94ba33c2_w800_h800.jpg@240w_240h_100Q.jpg","https://img4.tuhu.org/Images/Products/722d/2375/850a8d88d49ff226e2ac9847_w800_h800.jpg@240w_240h_100Q.jpg"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":true,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"A","Pattern":"WA09","TextColor":null,"Remark":null,"Reason":null,"TireSnow":null,"StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"舒适稳定","TirePattern_EN":"WA09","TirePatternShortName":null,"SpecialMark":"","HasVideo":false,"CP_Tab_New":"操控;静音;","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"夏季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-WA-WA09","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":4870,"CommentTimesNews":2369,"ShowCommentTimesInfo":null,"CommentR1":24185,"CommentRate1":4.9661190965092402464065708419,"CommentR2":24180,"CommentRate2":4.9650924024640657084188911704,"CommentR3":24170,"CommentRate3":4.9630390143737166324435318275,"CommentR4":24187,"CommentRate4":4.9650924024640657084188911704,"CommentR5":24180,"CommentRate5":4.9650924024640657084188911704,"CommentRate":4.9651745379876796714579055441,"FavourableCount":2405,"DefaultFavourableCount":2377,"FavourableRate":98.19301848049281314168377823},"ShuXing1":null,"ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"操控;静音;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"折","Color":"df3348","IsShowOnPic":false,"TagSort":10,"TagType":15,"ShortTab":"折","BorderColor":"df3348","FontColor":"ffffff","ImageBanner":"https://img1.tuhu.org/activity/image/FkNCBNiSKvVWVA-nlaCyvIlWjOmg_w800_h800.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":"大牌轮胎集结!天天秒杀低至99元!热门规格轮番上!点击查看\u003e\u003e","Advertisement":"民族骄傲,驾控自如","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13472.1631389.1631392","Oid":1631392,"ProductID":"TR-WA-WA09","VariantID":"3","Pid":"TR-WA-WA09|3","Category":"TireEconomy","DefinitionName":"Tires","DisplayName":"回力轮胎 WA09 195/55R15 85V Warrior","IsOE":false,"ProductRefer":0,"Price":252.0000,"BeijingPrice":null,"MarketingPrice":999.0000,"Brand":"回力/Warrior","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Images/Products/FtM_zviktBGrUGjVdhOV0AYsHWd6_w800_h800.png@240w_240h_100Q.png","https://img4.tuhu.org/Images/Products/FoOKNU1hOV2yyijBOb8lYfHdqw2e_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/Fh16L9-v0Bsxd8o6lb2DkpCBC7nX_w800_h800.png@240w_240h_100Q.png","https://img4.tuhu.org/Images/Products/FgnHmE7lMlM-lcSxyJXkMlsLHX3P_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"C","Pattern":"A08","TextColor":null,"Remark":null,"Reason":null,"TireSnow":"四季通用胎","StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":true,"TirePattern_CN":"静音舒适","TirePattern_EN":"Ecomfort A08","TirePatternShortName":null,"SpecialMark":"","HasVideo":true,"CP_Tab_New":"静音;舒适;","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"全季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-CY-A08","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":60016,"CommentTimesNews":21609,"ShowCommentTimesInfo":null,"CommentR1":297308,"CommentRate1":4.9538123167155425219941348974,"CommentR2":296930,"CommentRate2":4.9475139962676619568115169288,"CommentR3":297051,"CommentRate3":4.9495301252999200213276459611,"CommentR4":296787,"CommentRate4":4.9446980805118635030658491069,"CommentR5":296761,"CommentRate5":4.9446980805118635030658491069,"CommentRate":4.9481371634230871767528659024,"FavourableCount":22111,"DefaultFavourableCount":36568,"FavourableRate":97.77226073047187416688882965},"ShuXing1":null,"ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"静音;舒适;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"赠","Color":null,"IsShowOnPic":false,"TagSort":12,"TagType":11,"ShortTab":"赠","BorderColor":"df3348","FontColor":"df3348","ImageBanner":"https://img1.tuhu.org/GiftManage/Pictures/FhT86F-vsFGKGs1cX4hHavDWAtV2.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":null,"Advertisement":"静音节油,坐享安然,无法拒绝的品质国货!","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13472.384902.751355","Oid":751355,"ProductID":"TR-CY-A08","VariantID":"11","Pid":"TR-CY-A08|11","Category":"TireEconomy","DefinitionName":"Tires","DisplayName":"朝阳轮胎 Ecomfort A08 195/55R15 85V Chaoyang","IsOE":false,"ProductRefer":0,"Price":330.0000,"BeijingPrice":null,"MarketingPrice":349.0000,"Brand":"朝阳/Chaoyang","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Images/Products/Fls0odHt5UUnZ_7_YrHgVzY5e6wU_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FmIZQQgk8ERkVuaO_FU8zXQsmB54_w800_h800.png@240w_240h_100Q.png","https://img4.tuhu.org/Images/Products/FpfYYdqCj_RFMJ6VvYSwuRtp-t8q_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"H","LoadIndex":"85","ROF":false,"Type":"B","Pattern":"ES01","TextColor":null,"Remark":null,"Reason":null,"TireSnow":null,"StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":null,"TirePattern_EN":"ECOWING ES01","TirePatternShortName":"ES01","SpecialMark":"","HasVideo":false,"CP_Tab_New":"","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"全季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-KH-ES01","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":97,"CommentTimesNews":92,"ShowCommentTimesInfo":null,"CommentR1":481,"CommentRate1":4.9587628865979381443298969072,"CommentR2":480,"CommentRate2":4.948453608247422680412371134,"CommentR3":481,"CommentRate3":4.9587628865979381443298969072,"CommentR4":482,"CommentRate4":4.9690721649484536082474226804,"CommentR5":482,"CommentRate5":4.9690721649484536082474226804,"CommentRate":4.9608247422680412371134020619,"FavourableCount":95,"DefaultFavourableCount":0,"FavourableRate":97.93814432989690721649484536},"ShuXing1":null,"ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":null,"CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"券","Color":null,"IsShowOnPic":false,"TagSort":13,"TagType":13,"ShortTab":"券","BorderColor":"df3348","FontColor":"df3348","ImageBanner":null,"TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":null,"Advertisement":"新品上市!高性能安全环保轮胎!","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13471.2244845.2244857","Oid":2244857,"ProductID":"TR-KH-ES01","VariantID":"10","Pid":"TR-KH-ES01|10","Category":"TireBusiness","DefinitionName":"Tires","DisplayName":"锦湖轮胎 ES01 195/55R15 85H Kumho","IsOE":false,"ProductRefer":0,"Price":229.0000,"BeijingPrice":null,"MarketingPrice":498.0000,"Brand":"锦湖/Kumho","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Images/Products/FthKsPS4t73WugBr6yZm96HxxtYs_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FiFIHo--mWOIUoDcyL_EPn81O0wg_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FiEcLrsh9gCqizQ-jfVROh2nnKYh_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":true,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null},{"Size":{"Width":"195","AspectRatio":"55","Rim":"15"},"TireSize":"195/55R15","SpecialTireSize":null,"SpeedRating":"V","LoadIndex":"85","ROF":false,"Type":"C","Pattern":"WINGRO","TextColor":null,"Remark":null,"Reason":null,"TireSnow":"四季通用胎","StockoutTires":false,"InstallImmediately":false,"CP_Install":"包安装","IsNewProduct":false,"TirePattern_CN":"舒适耐磨","TirePattern_EN":"Giti Wingro","TirePatternShortName":null,"SpecialMark":"","HasVideo":false,"CP_Tab_New":"操控;舒适;","TireInsuranceYears":1,"TireInsuranceTab":"https://res-bak.tuhu.org/Images/TireForApp/tx1.png","TireSeason":"全季","RecommendImage":null,"PreferredTab":null,"TireProductTag":null,"AdditionalProperties":null,"IsActivityID":null,"FlashSaleID":null,"ProductStatistics":{"ProductID":"TR-GT-WINGRO","OrderQuantity":0,"SalesQuantity":0,"CommentTimes":115174,"CommentTimesNews":34035,"ShowCommentTimesInfo":null,"CommentR1":571778,"CommentRate1":4.9644711480021532637574452567,"CommentR2":570658,"CommentRate2":4.9547467310330456526646638998,"CommentR3":571639,"CommentRate3":4.9632642783961658013093232848,"CommentR4":571010,"CommentRate4":4.9555021098511816903120495945,"CommentR5":570745,"CommentRate5":4.9555021098511816903120495945,"CommentRate":4.959157448729748033410318301,"FavourableCount":33117,"DefaultFavourableCount":79598,"FavourableRate":97.86496952437182002882595030},"ShuXing1":null,"ShuXing5":null,"ShuXing3":null,"ShuXing2":null,"ShuXing4":null,"CP_Tab":"操控;舒适;","CP_Remark":null,"NextDayArrival":true,"TodayArrival":false,"Tabs":[{"Tab":"赠","Color":null,"IsShowOnPic":false,"TagSort":12,"TagType":11,"ShortTab":"赠","BorderColor":"df3348","FontColor":"df3348","ImageBanner":"https://img1.tuhu.org/GiftManage/Pictures/FmnlYzzo8b_1wJgsW0UcmgOuZSU8.png","TabDescription":null,"DeliveredPrice":0}],"DeliveredPriceTab":null,"ImageTabs":null,"OilTabs":null,"RootCategoryName":"Tires","CouponPrice":null,"ActivityInfo":"大牌轮胎集结!天天秒杀低至99元!热门规格轮番上!点击查看\u003e\u003e","Advertisement":"持久耐用 安全无忧","Weight":null,"DiscountBannerImage":null,"ProductBannerImage":null,"ProductAttributes":null,"TireExtendInfo":null,"NodeNo":"1.13472.18679.1279720","Oid":1279720,"ProductID":"TR-GT-WINGRO","VariantID":"44","Pid":"TR-GT-WINGRO|44","Category":"TireEconomy","DefinitionName":"Tires","DisplayName":"佳通轮胎 WINGRO 195/55R15 85V Giti","IsOE":false,"ProductRefer":0,"Price":318.0000,"BeijingPrice":null,"MarketingPrice":9999.0000,"Brand":"佳通/Giti","Unit":"条","Place":null,"Onsale":true,"Stockout":false,"StockOutStatus":0,"ProductCode":null,"ProductColor":null,"ProductSize":null,"Image":{"ImageUrls":["https://img1.tuhu.org/Images/Products/Fib4PYBpMLe2APd0WsH5q2YK0mLP_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/Fov2UxheOLhmk8JgInhbM77PnNsY_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FlSHB3024SCNNVpq5s3kzxEcOdV__w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/Fk45m2L-9mDh9nfhFzPGYZunEGiJ_w800_h800.png@240w_240h_100Q.png","https://img1.tuhu.org/Images/Products/FvViGJ3HrQP3dfXowAHQiJ491Jl9_w800_h800.png@240w_240h_100Q.png"]},"DisplayCount":0,"LimitCount":0,"CanUseCoupon":false,"ProductType":0,"IsGift":false,"IsPackage":false,"MemberPlusPrice":null}],"TotalPage":4}"""
    

猜你喜欢

转载自www.cnblogs.com/erchun/p/12727749.html