import 'unfetch/polyfill'; // "fetch" is now installed globally if it wasn't already available fetch('/foo.json') .then( r => r.json() ) ...
確定! 回上一頁