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