fetch('/test') .then(function (response) { return response.json(); }).then(function (text) { console.log('GET response:'); console.log(text.greeting); });.
確定! 回上一頁