单项选择题
function test(){
console.log(true);
}
if (test()) {
alert("111");
} else {
alert("222");
}
请问输出结果()
A.111
B.222
点击查看答案

单项选择题
function test(){
console.log(true);
}
if (test()) {
alert("111");
} else {
alert("222");
}
请问输出结果()
A.111
B.222
微信扫一扫,加关注免费搜题