未从JSON数据显示ID

时间:2017-03-01 21:14:27

标签: php json wordpress

我从json文件获取数据并在网站上显示。由于某种原因,它不显示ID。请指导。

function getJSON() {
    /** These are the lyrics to Hello Dolly */
$slices = json_decode(file_get_contents('http://pf.tradetracker.net/?aid=1&type=json&encoding=utf8&fid=251713&categoryType=2&additionalType=2&limit=1000',true));
if ($slices) { 
   foreach ($slices as $slice) {
      $ID = $slice->products->ID;
      echo $ID;
  }
} 
}

1 个答案:

答案 0 :(得分:1)

您的根元素是产品,因此请使用:

flash.now