我从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;
}
}
}
答案 0 :(得分:1)
您的根元素是产品,因此请使用:
flash.now