js var myRequest = new Request('http://localhost:8000'); fetch(myRequest, { method: 'GET', credentials: "include" }).then(function(response) { ...
確定! 回上一頁