https://fangyinghang.com/this-in-js/
func(p1, p2) // 等同于 func.call(undefined, p1, p2)
this 就是call第一个参数,是一个context。