一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

js 获取中文标题解决乱码问题

时间:2011-03-09 编辑:简简单单 来源:一聚教程网

js 获取中文标题解决乱码问题

function gettitle(){
    var title;
    if (typeof(encodeuricomponent)=="function"){
        if (document.title){
            if (window.regexp){
                var tire=new regexp("^"+window.location.protocol+"//"+window.location.hostname+"s-s");
                title=document.title.replace(tire,"");
            }
        }else{
            title=document.title;
        }
        title=encodeuricomponent(title);
    }else{
        title='';
    }
    return title;
}

热门栏目