dom.onclick 与 <html onclick>的区别 function test(){alert(this)}cc={}cc.aa=test; cc.bb=function (){test()}cc.aa()//this==cccc.bb()//this==window