我会反复收到此错误
未捕获的语法错误:意外的令牌:ajax.php
{"error":"服务器错误</b>:方法 file_get_contents 无法打开请求正文!"}
Ext.data.JsonP.request({
url: 'http://yaksee.com/facebook/ajax.php',
callbackKey: 'callback',
params: {
format: 'json',
},
success: function(result) {
if (result) {
alert('success');
alert(result);
} else {
Ext.Msg.alert('Error', 'There was an error retrieving the weather.');
}
}
});
}},