凯尔希
Results
2
comments of
凯尔希
> 为什么还要有下面这一步呢? > var args = argsParent.concat(Array.prototype.slice.call(arguments)); //转化成数组 > 直接_this.apply(context, argsParent);试了下也能运行~ 我也想问这个问题; ```javascript const app = { name: 'app', getName(version) { console.log(this.name + ': ' + version) } }; Function.prototype.bind2...
> Hi! Thanks for your great job of this project. > > I extremely need help to solve problem with load monaco from node modules. > > Below you can...