封裝及調用fetch 一、封裝fetch 創建fetch/index.js import 'whatwg-fetch' import 'es6-promise' export function get(url) ...