on: function(event, fn) { var handles = this._handles || (this._handles = {}), calls = handles[event] || (handles[event] = []); // 找到對應(yīng)名字的棧 calls.push(fn); return this; }在這個(gè)函數(shù)中,return this到底是什么意思,調(diào)用這個(gè)函數(shù)的時(shí)候并沒有和賦值語句一起使用???請問為何還要使用?
在js中關(guān)于return this的問題
慕娘9325324
2018-08-06 06:05:21