JSRUN 用代码说话
我是大神
824365307.
第52657位JSRUN用户

活跃于 2022-09-26 19:15 访问量:9435
关注


var a='A' function ca(){ console.log(a) let a ='a'; } ca();


promise.then 1、then里面也是可以再次resolve的,但是then里面的resolve后面的不会执行 2、如果多个then,resolve只写了一次,那么所有then里面的cb都会执行


看输出----数组大小比较