我正在尝试file_get_contents()在https://satoshidice.com/api/status上执行此操作并将其返回 - http://puu.sh/58lCb
print file_get_contents($this->base . 'status');
Run Code Online (Sandbox Code Playgroud)
$this->base 是satoshidice.com/api(带有http).
为什么它会返回上面张贴的图片中的内容..?