fetch('http://example.com/movies.json') .then(function(response) { return ... options are marked with * return fetch(url, { body: JSON.stringify(data), ...
確定! 回上一頁