this; // I know content of this - it is function f setTimeout(() => f.applycheck it alert( a + b );我知道第一个this (设f)包含函数f,但是在返回的函数中呢据我所知,它是未定义的,不是吗(f.apply(undefined, args))?如果是这样的话,为
在clojureScript中,下面的多参数函数可以通过(sum 4 6 9)调用,也可以使用(apply sum [4 6 9])调用(applyjs/console.log [1 2 3])#object[TypeError TypeError: 'log' called on an object that