你这么调用(blur_func(event, that))应该是全局对象啊。 你看你的 blur_func 也在里面对不对,prototype 也是 windowPrototype blue_ 里的 this 也许是触发事件的元素,但是 blue_func 里不是。
你这么调用(
blur_func(event, that)
)应该是全局对象啊。你看你的 blur_func 也在里面对不对,prototype 也是 windowPrototype
blue_
里的this
也许是触发事件的元素,但是blue_func
里不是。