待完成...

 


$(document).ready(function()
{
    setInterval(shine,
1000);
}
);

var shine=function()
{
    
//document.title = new Date().getTime();
    document.title = (document.title=='你有新的短消息'?'':'你有新的短消息')
}
</script>

相关文章: