JavaScript - what is "this"? this是什么?

https://fangyinghang.com/this-in-js/

Core

func(p1, p2)

// 等同于

func.call(undefined, p1, p2)

this 就是call第一个参数,是一个context。

posted @ 2019-01-23 14:03  Rocin  阅读(128)  评论(0编辑  收藏  举报