js函数定时器,定时读取系统实时连接数

function GetDeviceInfo()
{
    setInterval(function()
        {
        GetDeviceRealtimeConnect();  //js调取实时连接数的函数
        },
        1000/*启动间隔,单位ms*/

    );


}

 

posted on 2014-01-06 15:43  love so much  阅读(257)  评论(0编辑  收藏  举报

导航