Blogger Information
Blog 10
fans 0
comment 0
visits 6855
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
有意思题目收集
郁离子的博客
Original
466 people have browsed it
var a=1;
function foo(){
    if(false){
        var a=1;
    }
    console.log(a);
}
foo();


执行结果:undefined

若去除if语句,输出1


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post