标签:http os io ar 问题 cti sp log on
原因:我在看underscore的源码时,看到大的框架是().call(this);所以想看一下call(this)的用法,在网上找了这篇帖子:http://i.h-won.com/post/2013-08-29/40052244462,不过还没看懂,所以先记录一下。
疑惑的地方是:
(function(){
var a=1;
console.log(‘in:‘+a);
}).call(this);
console.log(‘out:‘+a);
也不能访问内部的变量呀?
标签:http os io ar 问题 cti sp log on
原文地址:http://www.cnblogs.com/wang-jing/p/3953272.html