作为普通函数调用 image.png 使用call,apply,bind image.png 作为对象被调用 image.png 在class中调用 image.png 总结: this是在函数被执行的时候确定的,而非是在定义的时候确定。