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