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