适用于hta的Sleep函数
2014-08-12来源:易贤网

代码如下:

function Sleep(n){

    var a = new ActiveXObject("WScript.Shell");

    a.Run("%comspec% /c ping -n " + n + " 127.0.0.1 > nul", 0, 1);

    a = null;

}

更多信息请查看IT技术专栏

推荐信息