fetch 和 jQuery.ajax() 有三個主要的差異: ... fetch('http://example.com/movies.json') .then(function(response) { return response.json(); } ...
確定! 回上一頁