var titleTime, oldTitle = document.title;
document.addEventListener("visibilitychange", function() {
if (document.hidden) {
document.title = "咦,去哪儿啊?";
clearTimeout(titleTi服务器托管网me);
document.getElementById('shortcut').href = "images/fail.ico";
}
else{
document.title = "欢迎回来!" + oldTitle;
document.getElementById('shortcut').href = "images/favicon.ico";
titleTime = setTimeout(function(){
document.title = oldTitle;
}, 2e3)
}
})
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
机房租用,北京机房租用,IDC机房托管, http://www.fwqtg.ne服务器托管网t
相关推荐: 将 Python 与 RStudio IDE 配合使用(R与Python系列第一篇)
目录 前言: 1-安装reticulate包 2-安装Python 3-选择Python的默认版本(配置Python环境) 4-使用Python 4.1 运行一个简单的Python脚本 4.2 在RStudio上安装Python模块 4.3在 R 中调用 Py…