跨JavaScript对象作用域调用setInterval方法:

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

05-07 15:56