摘要: flex:1 是什么意思 flex: 1 就是传入了一个参数, flex:1 相当于 flex-grow:1 flex-shrink:1 flex-basis: 0 阅读全文
posted @ 2020-06-08 19:32 hh9515 阅读(243) 评论(0) 推荐(0) 编辑
摘要: let a = ()=>{} let b = function () {} 1.No own this bindings Arrow functions do not have their own this value. The value of this inside an arrow funct 阅读全文
posted @ 2020-06-08 19:22 hh9515 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 处理所有请求结束的时间点 想象操场上有三个赛道,有三个人在跑圈,跑完后会有后面的人接力, 如果结束的时候,就是没有人接力了,当finishround为3的时候,就是最后一个请求结束的时候 阅读全文
posted @ 2020-06-08 19:06 hh9515 阅读(377) 评论(0) 推荐(0) 编辑
摘要: 1 instanceof Number // false new Number(1) instanceof Number // true Strings and numbers are primitive values, not objects and therefore don't have a 阅读全文
posted @ 2020-06-08 17:47 hh9515 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-08 15:46 hh9515 阅读(110) 评论(0) 推荐(0) 编辑