首页 > iso版微信浏览器的title动态修改后不显示?求解决

iso版微信浏览器的title动态修改后不显示?求解决

从后台获取动态数据,插入到title里不显示;
$("hade").appden("<title>名称<title>");
$("#title").html("名称");


    var $body = $('body');
    document.title = 'hi title';
    var $iframe = $('<iframe src="/favicon.ico"></iframe>');
    $iframe.on('load',function() {
        setTimeout(function() {
            $iframe.off('load').remove();
        }, 0);
    }).appendTo($body);    
【热门文章】
【热门文章】