getJSON (); For basic GET requests you can just do the following and get the same result: $.getJSON("someurl",function(data){ processData(data);}) ...
確定! 回上一頁