跨JavaScript对象做用域调用setInterval方法

跨JavaScript对象做用域调用setInterval方法:this

var id = window.setInterval(function() {foofunc.call(this);}, 200);对象

相关文章
相关标签/搜索