JS/TS基础函数 call 和 apply 的区别 !26592函数 call 和 apply 的区别function fn(e) {}fn.call(this, p1, p2, p3)fn.apply(this, arguments)