普通会员
登录
题库
实习信息
校招公告
参访活动
题库
软件开发
题目列表
下列程序的运行结果是什么?console.log(1);new Promi...
单选题
下列程序的运行结果是什么?
console.log(1);
new Promise(function (resolve, reject){
reject();
resolve();
}).then(function(){
console.log(2);
}, function(){
console.log(3);
});
console.log(4);
A.
1 3 2 4
B.
1 3 4
C.
1 4 3
D.
1 4 3 2
上一题
[单选题] 下列代码的执行结果 var a = 1 function fn1() { console.log(this.a) } const fn2 = ()=> { console.lo...
下一题
[单选题] 跨域请求中,需要设置哪个属性为true,才能携带cookie信息?
纠错
题目信息
校招真题
-
正确率
0
评论
17
点击
收藏
已收藏
错题本
已加入错题本
我的笔记
登录添加笔记