第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定

java web api json 數(shù)據(jù)解析

標簽:
Java

1、jar 包
JSONObject 类需要导入两个json 包
1.1、json-20160810.jar
1.2、commons-io-2.4.jar

File file = new File("C:" + File.separator + "curtis" + File.separator + "java" + File.separator + "demo"
                + File.separator + "JavaSE-01" + File.separator + "src" + File.separator + "weather.json");
        String content = FileUtils.readFileToString(file);
        JSONObject obj = new JSONObject(content);
        // System.out.println(obj);
        JSONObject today = obj.getJSONObject("result").getJSONObject("today");
        // System.out.println(obj.getJSONObject("result").getJSONObject("today"));
        System.out.print(today.getString("city") + " ");
        System.out.print(today.getString("week") + " ");
        System.out.print(today.getString("temperature"));
{
    "resultcode": "200", 
    "reason": "successed!", 
    "result": {
        "sk": {
            "temp": "9", 
            "wind_direction": "东北风", 
            "wind_strength": "3级", 
            "humidity": "79%", 
            "time": "14:15"
        }, 
        "today": {
            "temperature": "5℃~12℃", 
            "weather": "中雨转小雨-中雨", 
            "weather_id": {
                "fa": "08", 
                "fb": "21"
            }, 
            "wind": "北风4-5 级", 
            "week": "星期一", 
            "city": "广州", 
            "date_y": "2018年01月08日", 
            "dressing_index": "较冷", 
            "dressing_advice": "建议着厚外套加毛衣等服装。年老体弱者宜着大衣、呢外套加羊毛衫。", 
            "uv_index": "最弱", 
            "comfort_index": "", 
            "wash_index": "不宜", 
            "travel_index": "较不宜", 
            "exercise_index": "较不宜", 
            "drying_index": ""
        }, 
        "future": [
            {
                "temperature": "5℃~12℃", 
                "weather": "中雨转小雨-中雨", 
                "weather_id": {
                    "fa": "08", 
                    "fb": "21"
                }, 
                "wind": "北风4-5 级", 
                "week": "星期一", 
                "date": "20180108"
            }, 
            {
                "temperature": "5℃~8℃", 
                "weather": "小雨转阴", 
                "weather_id": {
                    "fa": "07", 
                    "fb": "02"
                }, 
                "wind": "北风3-4 级", 
                "week": "星期二", 
                "date": "20180109"
            }, 
            {
                "temperature": "6℃~14℃", 
                "weather": "多云", 
                "weather_id": {
                    "fa": "01", 
                    "fb": "01"
                }, 
                "wind": "北风3-4 级", 
                "week": "星期三", 
                "date": "20180110"
            }, 
            {
                "temperature": "8℃~15℃", 
                "weather": "多云", 
                "weather_id": {
                    "fa": "01", 
                    "fb": "01"
                }, 
                "wind": "微风", 
                "week": "星期四", 
                "date": "20180111"
            }, 
            {
                "temperature": "9℃~16℃", 
                "weather": "多云", 
                "weather_id": {
                    "fa": "01", 
                    "fb": "01"
                }, 
                "wind": "微风", 
                "week": "星期五", 
                "date": "20180112"
            }, 
            {
                "temperature": "8℃~15℃", 
                "weather": "多云", 
                "weather_id": {
                    "fa": "01", 
                    "fb": "01"
                }, 
                "wind": "微风", 
                "week": "星期六", 
                "date": "20180113"
            }, 
            {
                "temperature": "5℃~8℃", 
                "weather": "小雨转阴", 
                "weather_id": {
                    "fa": "07", 
                    "fb": "02"
                }, 
                "wind": "北风3-4 级", 
                "week": "星期日", 
                "date": "20180114"
            }
        ]
    }, 
    "error_code": 0
}
點擊查看更多內(nèi)容
TA 點贊

若覺得本文不錯,就分享一下吧!

評論

作者其他優(yōu)質(zhì)文章

正在加載中
  • 推薦
  • 1
  • 收藏
  • 共同學習,寫下你的評論
感謝您的支持,我會繼續(xù)努力的~
掃碼打賞,你說多少就多少
贊賞金額會直接到老師賬戶
支付方式
打開微信掃一掃,即可進行掃碼打賞哦
今天注冊有機會得

100積分直接送

付費專欄免費學

大額優(yōu)惠券免費領

立即參與 放棄機會
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號

舉報

0/150
提交
取消