码迷,mamicode.com
首页 > Web开发 > 详细

js判断网页标题包含某字符串则替换

时间:2014-08-21 18:48:04      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   ar   div   代码   log   

js判断网页标题包含某字符串则替换,代码如下:

var tit=document.title;
if(tit.indexOf("afish")>0){
tit=tit.replace(‘http://t.qq.com/wb631992791‘,‘小鱼阁‘);
document.title=tit;

 

js判断网页标题包含某字符串则替换,布布扣,bubuko.com

js判断网页标题包含某字符串则替换

标签:style   blog   http   color   ar   div   代码   log   

原文地址:http://www.cnblogs.com/afish/p/3927560.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!