首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

dom.onclick 与 <html onclick>的差别

2012-11-08 
dom.onclick与 html onclick的区别function test(){alert(this)}cc{}cc.aatest cc.bbfunction (){te

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

cc.bb=function (){test()}
cc.aa()//this==cc
cc.bb()//this==window

热点排行