完整的例子懒得写了。其实很简单,如果是 GridPanel,只要定时刷新他的 store 即可。setInterval(function() { dataStore.reload(); // dataStore 换成你的 store 的变量名}, 1000); //每隔 1 秒