zoukankan      html  css  js  c++  java
  • 中国天气网放回json的解释

    本文是出自David_Tang的,原文http://www.cnblogs.com/mchina/archive/2013/07/12/3170551.html

    {"weatherinfo":{
    //基本信息; "city":"苏州","city_en":"suzhou", "date_y":"2013年7月9日","date":"","week":"星期二","fchh":"18","cityid":"101190401",
    //摄氏温度 "temp1":"30℃~37℃", "temp2":"30℃~37℃", "temp3":"29℃~35℃", "temp4":"27℃~33℃", "temp5":"27℃~31℃", "temp6":"27℃~35℃",
    //华氏温度; "tempF1":"86℉~98.6℉", "tempF2":"86℉~98.6℉", "tempF3":"84.2℉~95℉", "tempF4":"80.6℉~91.4℉", "tempF5":"80.6℉~87.8℉", "tempF6":"80.6℉~95℉",
    //天气描述; "weather1":"晴转多云", "weather2":"晴转多云", "weather3":"晴转多云", "weather4":"多云", "weather5":"雷阵雨转中雨", "weather6":"雷阵雨转多云",
    //天气描述图片序号 "img1":"0", "img2":"1", "img3":"0", "img4":"1", "img5":"0", "img6":"1", "img7":"1", "img8":"99", "img9":"4", "img10":"8", "img11":"4", "img12":"1",
    //图片名称; "img_single":"1", "img_title1":"晴", "img_title2":"多云", "img_title3":"晴", "img_title4":"多云", "img_title5":"晴", "img_title6":"多云", "img_title7":"多云", "img_title8":"多云", "img_title9":"雷阵雨", "img_title10":"中雨", "img_title11":"雷阵雨", "img_title12":"多云", "img_title_single":"多云",
    //风速描述 "wind1":"西南风3-4级", "wind2":"西南风3-4级", "wind3":"东南风3-4级", "wind4":"东南风3-4级转4-5级", "wind5":"东南风4-5级转西南风3-4级", "wind6":"西南风3-4级转4-5级",
    //风速级别描述 "fx1":"西南风", "fx2":"西南风", "fl1":"3-4级", "fl2":"3-4级", "fl3":"3-4级", "fl4":"3-4级转4-5级", "fl5":"4-5级转3-4级", "fl6":"3-4级转4-5级",
    //今日穿衣指数; "index":"炎热", "index_d":"天气炎热,建议着短衫、短裙、短裤、薄型T恤衫等清凉夏季服装。",
    //48小时穿衣指数 "index48":"炎热", "index48_d":"天气炎热,建议着短衫、短裙、短裤、薄型T恤衫等清凉夏季服装。",
    //紫外线及48小时紫外线 "index_uv":"中等", "index48_uv":"中等",
    //洗车指数 "index_xc":"适宜",
    //旅游指数 "index_tr":"较不宜",
    //舒适指数 "index_co":"很不舒适", "st1":"36", "st2":"28", "st3":"36", "st4":"28", "st5":"34", "st6":"27",
    //晨练指数 "index_cl":"较适宜",
    //晾晒指数 "index_ls":"适宜",
    //过敏指数 "index_ag":"不易发"}}
  • 相关阅读:
    软件工程课程总结
    c#代码分析
    运用visual studio进行简单的单元测试
    安装visual studio过程
    忙着,快乐着
    软件工程心得
    session
    XML
    期末团队评价
    黄金点游戏
  • 原文地址:https://www.cnblogs.com/fengkuangkg/p/3374329.html
Copyright © 2011-2022 走看看