摘要: http://yehudakatz.com/2011/08/11/understanding-javascript-function-invocation-and-this//*******************The short version is: a function invocation like fn(...args) is the same as fn.call(window [ES5-strict: undefined], ...args).Note that this is also true about functions declared inline: (functi 阅读全文
posted @ 2014-03-13 15:30 Tonyzhang 阅读(171) 评论(0) 推荐(0) 编辑