var a=1; function a(){ console.log(2) } console.log(a) // GO{ // a:undefined-->function a(){}--->1 // //}
运行结果