数据1类型,标准 {"state":1,"msg":"成功","data":[{"areaid":"101010100","district":"北京","city":"北京","dayweather":"雷阵雨","nightweather":"阴","daytemp":"30","nighttemp":"22","daywinddirection":"无持续风向","nightwinddirection":"无持续风向","daywindpower":"微风","nightwindpower":"微风","sunrisetime":"04:46","offtime":"19:46","morningindex":"较不宜","comfortindex":"较不舒适","dressingindex":"热","time":"20150623"},{"areaid":"101010100","district":"北京","city":"北京","dayweather":"雷阵雨","nightweather":"雷阵雨","daytemp":"30","nighttemp":"22","daywinddirection":"无持续风向","nightwinddirection":"无持续风向","daywindpower":"微风","nightwindpower":"微风","sunrisetime":"04:46","offtime":"19:46","morningindex":"较不宜","comfortindex":"较不舒适","dressingindex":"热","time":"20150624"},{"areaid":"101010100","district":"北京","city":"北京","dayweather":"雷阵雨","nightweather":"雷阵雨","daytemp":"31","nighttemp":"22","daywinddirection":"无持续风向","nightwinddirection":"无持续风向","daywindpower":"微风","nightwindpower":"微风","sunrisetime":"04:46","offtime":"19:46","morningindex":"较不宜","comfortindex":"较不舒适","dressingindex":"热","time":"20150625"}]} 上面的数据是三天的内容,要求可以根据选择显示任意1天的或两天或三天的内容。另外城市名字不需要重复显示 数据2类型,非标 1类 { "status": 200, "message": "OK", "data": { "areaid": 101010100, "prov": "北京", "city": "北京", "district": "北京", "date_1": "2015-03-30", "temp_1": "22℃~11℃", "weather_1": "霾转小雨", "wind_1": "微风", "fl_1": "小于3级", "img_1": "53", "img_2": "7", "date_2": "2015-03-31", "temp_2": "14℃~5℃", "weather_2": "小雨转多云", "wind_2": "东北风3-4级转微风", "fl_2": "3-4级转小于3级", "img_3": "7", "img_4": "1", "date_3": "2015-04-01", "temp_3": "12℃~3℃", "weather_3": "小雨", "wind_3": "微风", "fl_3": "小于3级", "img_5": "7", "img_6": "99", "date_4": "2015-04-02", "temp_4": "14℃~5℃", "weather_4": "阴转晴", "wind_4": "微风", "fl_4": "小于3级", "img_7": "2", "img_8": "0", "date_5": "2015-04-03", "temp_5": "18℃~7℃", "weather_5": "晴转多云", "wind_5": "微风", "fl_5": "小于3级", "img_9": "0", "img_10": "1", "date_6": "2015-04-04", "temp_6": "19℃~7℃", "weather_6": "多云转晴", "wind_6": "微风转北风4-5级", "fl_6": "小于3级转4-5级", "img_11": "1", "img_12": "0", "index_d": "建议着薄外套、开衫牛仔衫裤等服装。年老体弱者应适当添加衣物,宜着夹克衫、薄毛衣等。" } } 2类 { "success": true, "yi18": { "name": "鱿鱼丝炒韭苔", "img": "img/cook/00001.jpg", "tag": "炒饭", "food": "鱿鱼,韭苔,韭菜,黑胡椒粉,料酒", "message": "<h2>材料</h2> \n<p> 1条鱿鱼 <br /> 1捆韭苔(或韭菜) <br /> 2根葱 <br /> 1块姜 <br /> 4瓣蒜 <br /> 黑胡椒粉少许 <br /> 1小匙料酒 <br /> 盐适量 <br /> 油适量<br /> </p> \n<h2>做法</h2> 1、把鱿鱼洗净,放入沸水中,稍烫一下。然后切成丝备用。 \n<br /> 2、韭苔切成小段。 \n<br /> 3、姜、葱切成丝,蒜切成碎。 \n<br /> 4、热锅放入油,油热后,放入葱姜蒜。 \n<br /> 5、炒出香味后放鱿鱼丝、料酒和黑胡椒翻炒。 \n<br /> 6、加适量盐。 \n<br /> 7、最后放入韭苔,等韭苔熟后即可。 \n<br />", "count": 2119, "fcount": 0, "rcount": 0, "id": 1 } } 同数据类型1要求
2019-09-21 10:09:32