用法 簡單,如下: fetch('http://example.com/movies.json') .then(function(response) { return response.json(); }) .then(function(myJson) { console.log(myJson); } ...
確定! 回上一頁