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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用json_decode在PHP中解析JSON對(duì)象

使用json_decode在PHP中解析JSON對(duì)象

PHP
郎朗坤 2019-09-02 11:06:11
我試圖通過提供JSON格式數(shù)據(jù)的Web服務(wù)請(qǐng)求天氣。我的PHP請(qǐng)求代碼沒有成功,是:$url="http://www.worldweatheronline.com/feed/weather.ashx?q=schruns,austria&format=json&num_of_days=5&key=8f2d1ea151085304102710";$json = file_get_contents($url);$data = json_decode($json, TRUE);echo $data[0]->weather->weatherIconUrl[0]->value;    這是返回的一些數(shù)據(jù)。為簡(jiǎn)潔起見,部分細(xì)節(jié)已被截?cái)?,但保留了?duì)象完整性:{ "data":     { "current_condition":         [ { "cloudcover": "31",            ... } ],        "request":         [ { "query": "Schruns, Austria",            "type": "City" } ],      "weather":         [ { "date": "2010-10-27",            "precipMM": "0.0",            "tempMaxC": "3",            "tempMaxF": "38",            "tempMinC": "-13",            "tempMinF": "9",            "weatherCode": "113",            "weatherDesc": [ {"value": "Sunny" } ],            "weatherIconUrl": [ {"value": "http:\/\/www.worldweatheronline.com\/images\/wsymbols01_png_64\/wsymbol_0001_sunny.png" } ],            "winddir16Point": "N",            "winddirDegree": "356",            "winddirection": "N",            "windspeedKmph": "5",            "windspeedMiles": "3" },           { "date": "2010-10-28",            ... },          ... ]        }    }}
查看完整描述

3 回答

?
紅顏莎娜

TA貢獻(xiàn)1842條經(jīng)驗(yàn) 獲得超13個(gè)贊

如果您使用以下代碼:


$json = file_get_contents($url);

$data = json_decode($json, TRUE);

TRUE返回一個(gè)數(shù)組而不是一個(gè)對(duì)象。


查看完整回答
反對(duì) 回復(fù) 2019-09-02
  • 3 回答
  • 0 關(guān)注
  • 549 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)