How to correctly get info from JSON?

前端 未结 0 1410
野趣味
野趣味 2020-12-17 01:54

I use this to retrieve data from url in JSON:

$apiUrl = "https://api.uphold.com/v0/ticker/UPXAU";
$upxau_rates = file_get_contents($apiUrl);
if($upx         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题