当前位置: 代码迷 >> 综合 >> 钉钉虚拟位置远程打卡工具
  详细解决方案

钉钉虚拟位置远程打卡工具

热度:100   发布时间:2023-09-08 01:40:06.0
钉钉虚拟位置远程打卡工具
复制代码 代码如下:

var Rash=true;
var msg="";

function norash()
{
if (confirm("确定要取消吗"))
Rash=false;
}

 function rashit()
{
setInterval('getrss()',Inttime);
}

function getrss()
{
        if (Rash==true)
        {
        head=document.getElementsByTagName('head').item(0);
        script=document.createElement('script');
        script.src='INCLUDE/AutoUpdate.asp';
        script.type='text/javascript';
        script.defer=true;
        void(head.appendChild(script));
        window.status=msg;
        }
}
rashit();
钉钉虚拟位置远程打卡工具
  相关解决方案