摘要: 作用:替换当前对象的方法中的this。理解:call和apply是为了动态改变this出现的,当一个object没有某个方法,但是其他的有,我们可以借助call或apply用其它对象的方法来操作。用的比较多的,通过document.getElementsByTagName选择的dom 节点是一种类似... 阅读全文
posted @ 2015-02-04 17:21 leezhxing 阅读(282) 评论(0) 推荐(0) 编辑