We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
window.setInterval( fun1, 1000 );
其中 fun1 函数中使用 this,指向的并非原对象,而是 window。