getJSON ( 'car-sale-report.json' , function () {. //callback. }); //above is equivalent to below. $.ajax({. url: url,. dataType: 'json' , //json data type.
確定! 回上一頁