标签: javascript
var v = { foo: (function () { return this; }.bind(this)) };
传递给this调用时bind的值是什么(以及为什么)?
this
bind