好下面的PHP代碼工作正常json_decode的file_get_contents問題
<?php
$json = file_get_contents('http://tiny.cc/example22');
$obj = json_decode($json);
$example = $obj->{'screen_name'};
?>
User: <?php echo $example; ?>
它顯示了網名「muffinlosers」就像我想
但如果我改變「SCREEN_NAME」到「total_coins」,爲什麼它不顯示總硬幣?
我需要這方面的幫助,我想只是爲了顯示總硬幣
感謝
謝謝!現在工作 – Martin
@Alexis您無需爲每個答案輸入相同的評論。只需選擇第一個回答您的問題並將其標記爲「已接受」 – Phil