标签页切换title改变
js实现如下 并将代码加入博客侧边栏就成了
<script> document.addEventListener("visibilitychange", function () { if (document.hidden) { document.title=">﹏<你终究还是走了"; } else { document.title="你在天就会亮(‾◡◝)"; setTimeout(function(){ document.title= "随手一只风的博客"; }, 2000); } }, false); </script>
内容来自我摘摘捡捡的.......笔记或者原创,如果想看细节的出处,请到我的博客来看看吧~~~
https://www.cnblogs.com/suishou/