document.addEventListener('visibilitychange',
 function newtext(){
if(document.visibilityState=='hidden') 
{step++
  if (step==3) {document.title='第3次了、请马上返回本页'} 
  if (step==1) {document.title='【你有新的消息】'}
  if (step==2) {document.title='【一条来自酷库博客的消息】'}
  if (step==4) {document.title='警告、你已经退出去4次了!'}
  if (step==5) {document.title='温馨提示、你已经退出去5次!'}
   if (step>=6) {document.title='你已经退出去n次,立即返回网页!'}
}
else
document.title='酷库博客-专注于资源分享的blog';
});
&lt;/script&gt; ```<p><img style="display: block; margin-left: auto; margin-right: auto;" src="https://ae01.alicdn.com/kf/Hc76969b114ec4440b615ebceafa7ce23B.png" width="100%" /></p>