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