XMLHttpRequest 的继承者:Fetch
为了替代 XMLHttpRequest。 使用 Promise,结合 es6、es7 语法,提供更简洁的 API。 由 whatwg 组织维护的新的 W3C 标准,https://github.com/whatwg/fetch
axios 这个项目可以说是 fetch 的具体实现。
为了替代 XMLHttpRequest。 使用 Promise,结合 es6、es7 语法,提供更简洁的 API。 由 whatwg 组织维护的新的 W3C 标准,https://github.com/whatwg/fetch
axios 这个项目可以说是 fetch 的具体实现。