var biaoti = document.title; window.onfocus = function () { document.title = biaoti; }; window.onblur = function () { document.title = '帮助文档'; };