var a=function (){alert('a');};var b=function (){alert('a');};alert(a==b);为什么会弹falsea与b单独弹都是 function (){alert('a');};那为什么不等