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