Skip to content
merlyle edited this page Apr 15, 2011 · 1 revision

window.setInterval( fun1, 1000 );

其中 fun1 函数中使用 this,指向的并非原对象,而是 window。

Clone this wiki locally