手机js修改页面标题


var $body = $('body');
document.title = that.rule.title;
var $iframe = $('<iframe src="/favicon.ico"></iframe>');
$iframe.on('load',function() {
setTimeout(function() {
$iframe.off('load').remove();
}, 0);
}).appendTo($body);

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注