摘要:
参考博客: https://segmentfault.com/a/1190000007535316 https://www.runoob.com/w3cnote/es6-async.html 一、async 带async关键字的函数,是声明异步函数,返回值是promise对象,如果async关键字函 阅读全文
摘要:
参考链接: https://www.runoob.com/w3cnote/javascript-promise-object.html 一、介绍 ECMAscript 6 原生提供了 Promise 对象。Promise 对象代表了未来将要发生的事件,用来传递异步操作的消息。Promise 对象有以 阅读全文
摘要:
转载连接 http://c.biancheng.net/view/5995.html http://c.biancheng.net/view/6080.html 介绍 在 JavaScript 中,XMLHttpRequest 是客户端的一个 API,它为浏览器与服务器通信提供了一个便捷通道。现代浏 阅读全文