10.16筆記

bind,call,apply區別 bind:改變this值,不會立刻調用函數 元素節點.οnclick=function(){ //this -> mydate }.bind(mydate) callee與caller的區別 arguments:當前函數的實參列表 arguments.callee:當前函數(使代碼內容和方法名字分離) arguments.callee.caller: /*誰調用
相關文章
相關標籤/搜索