JS - Promise使用详解--摘抄笔记
摘要:
第一部分: JS - Promise使用详解1(基本概念、使用优点) 一、promises相关概念 promises 的概念是由 CommonJS 小组的成员在 Promises/A 规范中提出来的。 1,then()方法介绍 根据 Promise/A 规范,promise 是一个对象,只需要 th 阅读全文
posted @ 2018-11-26 08:38 Hi,王松柏 阅读(1340) 评论(0) 推荐(1) 编辑