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