Promise
Promise1.什么是Promise12345678910111213141516Promise 是异步编程的一种解决方案,其实是一个构造函数,自己身上有all、reject、resolve,race这几个方法,原型上有then、catch等方法。 1. 抽象表达: 1) Promise 是一门新的技术(ES6 规范) 2) Promise 是 J...
Promise1.什么是Promise12345678910111213141516Promise 是异步编程的一种解决方案,其实是一个构造函数,自己身上有all、reject、resolve,race这几个方法,原型上有then、catch等方法。 1. 抽象表达: 1) Promise 是一门新的技术(ES6 规范) 2) Promise 是 J...
JS 中常用的数据类型 基本数据类型 数字number 常规数字和NaN 字符串string 所有用单引号、双引号、反引号(撇)包起来的都是字符串 布尔boolean true/false 空对象指针null 未定义undefined 引用数据类型 对象数据类型object {} 普通对象 [] 数组对象 正则对象 Math数学函数对象 日期对象 … 函数数据类型fu...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu...