91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

web如何實現5分鐘鼠標鍵盤無操作自動退出登陸

發布時間:2021-10-21 10:56:26 來源:億速云 閱讀:384 作者:小新 欄目:開發技術

這篇文章給大家分享的是有關web如何實現5分鐘鼠標鍵盤無操作自動退出登陸的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

<html>   

<head>   

<script type="text/javascript">   

function ScreenSaver(settings){   

this.settings = settings;   

this.nTimeout = this.settings.timeout;   

document.body.screenSaver = this;   

// link in to body events   

document.body. = ScreenSaver.prototype.onevent;   

document.body. = ScreenSaver.prototype.onevent;   

document.body.onkeydown = ScreenSaver.prototype.onevent;   

document.body.onkeypress = ScreenSaver.prototype.onevent;   

var pThis = this;   

var f = function(){pThis.timeout();}   

this.timerID = window.setTimeout(f, this.nTimeout);   

}   

ScreenSaver.prototype.timeout = function(){   

if ( !this.saver ){   

        window.location = '/logout';   //退出登陸功能

    }   

}   

ScreenSaver.prototype.signal = function(){   

    if ( this.saver ){   

        this.saver.stop();   

    }   

    window.clearTimeout(this.timerID);   

var pThis = this;   

var f = function(){pThis.timeout();}   

this.timerID = window.setTimeout(f, this.nTimeout);   

}   

ScreenSaver.prototype.onevent = function(e){   

this.screenSaver.signal();   

}   

var saver;   

function initScreenSaver(){   

    //blort;   

saver = new ScreenSaver({timeout:5000});   

}   

window.onload = function(){   

  initScreenSaver();   

}   

</script>   

</head>   

<body>   

</p>5秒不動就跳轉   

</body>   

</html>  

感謝各位的閱讀!關于“web如何實現5分鐘鼠標鍵盤無操作自動退出登陸”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

web
AI

都兰县| 海南省| 上林县| 陕西省| 秦皇岛市| 谢通门县| 神农架林区| 西充县| 金坛市| 涞源县| 安阳县| 九龙坡区| 托克托县| 渝北区| 潼关县| 望都县| 乌拉特后旗| 象州县| 尖扎县| 西乡县| 明星| 板桥市| 土默特右旗| 南靖县| 徐州市| 修武县| 闽清县| 海淀区| 丰顺县| 东乌珠穆沁旗| 永定县| 龙江县| 雅安市| 义乌市| 旅游| 阆中市| 隆尧县| 息烽县| 育儿| 武隆县| 小金县|