跨JavaScript对象做用域调用setInterval方法:this
var id = window.setInterval(function() {foofunc.call(this);}, 200);对象