Javascript是什么意思

时间:2014-02-07 00:11:11

标签: javascript underscore.js

我在Chrome调试器中看到了这一点,不确定this: r究竟是什么意思

this: r
$el: o.fn.init[1]
cid: "view1"
el: div#appview
results_collection: r
_byId: Object
length: 1
models: Array[1]
resultsList: r
$el: o.fn.init[1]
cid: "view2"
el: div#page.page
__proto__: s
constructor: function (){return i.apply(this,arguments)}
el: "#page"
initialize: function (){
renderList: function (collection) {
__proto__: Object
__proto__: s
__proto__: s

我也在underscore.js中看到过这种情况,*sources表示可变长度参数?

_.extend(destination, *sources) 

来吧人们,我在这里问,因为我无法谷歌任何有意义的东西,所有的仇恨都是严肃的。

1 个答案:

答案 0 :(得分:1)

这意味着this的值是类r的对象。

当您查看缩小的代码时,大多数变量,函数和类名称都被替换为单字符和双字符名称,因此它们没有多大意义。