2011-08-18 65 views

回答

1

这是setInterval和他们的ajax调用组合。

setInterval(1000, function() { 
    // Make ajax call here to get more information and append new elements to the DOM. 
}); 
相关问题