最赞回答 / tinkbell
是这样的,此处的this代表当前这个标签节点。在dom中一切皆对象。比如:<span onclick="del(this)"></span> this就代表span这个节点。
2015-06-30
window.onload=function(){window.document.body.innerHTML = "JS进阶篇"; alert("关注JS高级篇")};
2015-06-30
最赞回答 / 灿白
导航退后。一般来说你浏览网页时,有多种设计,但是有一种设计是一个网页可以有多个history页面,而没有设置-blank。主要是为了防止太多页面影响用户体验,加上这个就可以保证多个页面导航左右保证浏览。
2015-06-30
已采纳回答 / qq_长风的锋_0
你那个button 不能这么写啊 要这样<input type="button" value="开始" onclick="startCount()"/>
2015-06-30
window.screen.(availheight,availwidth,colorDepth,pixelDepth,height,width)
2015-06-30