国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

test#php 代碼返回數(shù)據(jù)整理最后想要的結(jié)果
一個人(**IP)
一個人(**IP) 2021-01-13 22:41:01
0
1
1011

test#php 代碼如下

$url = 'https://www.zzxxxx.xx/api /wetds/stats/';

$options = array(

? ? 'http' => array(? ? ?

? ? ? ? 'header' =>; “內(nèi)容類型:application/json”,

? ? ? ? 'header' =>“授權(quán):令牌 633b4deb1cd517a01851a3335811b9ae8e1d6d6d”,

? ? ? ? 'method' => 'GET',

? ? ? ? 'content' => http_build_query

? ? )

);

$context? = stream_context_create($options);

$result = file_get_contents($ url, false, $context);

echo ($result);

?

打開test#php?返回數(shù)據(jù)如下

{"bandwidth_used":393073846353,"bandwidth_remaining":680667977647.0,"bandwidth_limit":1073741824000.0,"bandwidth_projected":1496203172977,"last_request_at":"2021-01-13T01:59: 38.381732-08:00 ","re??quests_total":239278,"requests_successful":238115,"requests_failed":1163,"request_countries":{"US":238334,"NL":848,"RS":96},"requests_error_reasons":{" target_read_deadline":1142,"target_connect_timeout":12,"client_read_timeout":2,"client_read_eof":7},"request_failure_status_codes":{}}

echo ($result);下面

需要把以上返回的數(shù)據(jù)整理為以下?? ?bandwidth_used":393073846353,"bandwidth_remaining":680667977647.0? ? ? 計算出393073846353字節(jié) =多少GB? ?內(nèi)容? 680667977647.0字節(jié)==多少GB?像下面這樣出展示,其他的數(shù)據(jù)都不要? ??

已用流量: XXXX? ?GB

剩余流量: XXXX? ?GB

一個人(**IP)
一個人(**IP)

全部回復(fù)(1)
滅絕師太

接口數(shù)據(jù)返回給前端, 用js map方法處理就好了

最新下載
更多>
網(wǎng)站特效
網(wǎng)站源碼
網(wǎng)站素材
前端模板