我正在尝试找到此错误的答案
$(function(){
var fileJSON = "http://onlinepayment.majorcineplex.com/api/1.0/showtime?movie_id=163&cinema_id=53&date=2012-07-02&callback=?";
$.getJSON(fileJSON,function(data){
alert("check");
});
});
它不是警告“检查”并且有错误“Uncaught SyntaxError:Unexpected token:”