JSON 或者 JSONP 输出
请在config.php中设置:
'core' => 'response' => 'json'
'core' => 'response' => 'jsonp'
JSON
等待JSON数据...
JSONP
等待JSONP数据...