摘要: Function.apply and Function.call in JavaScriptIn order to explain how the createDelegate function works in the last post, we have to understand JavaScript closures and Function.apply(). The apply() method is the easiest subject to tackle, so we'll start there and work up.Every function in JavaSc 阅读全文
posted @ 2012-08-12 12:22 fhefh 阅读(464) 评论(0) 推荐(0) 编辑