$json=file_get_contents('http://digi.163.com/special/index_datalist_02/?callback=data_callback');
$obj = json_decode($json) 得不到数据, $json如何转为数组呢?