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