document.title = '404 您访问的不存在或已删除';
document.write("");
function documentDeleted() {
if ('jQuery' in window) {
$(function () {
$("body").html('');
$("title").html('404 您访问的不存在或已删除');
$("body").append([
''
].join("\r\n"));
$("body").append([
'
',
'
',
'
',
'
',
'
',
'
',
].join(''));
$("body").height("400px");
$("body").css("backgroundColor", "#fff");
$("body").show();
})
} else {
setTimeout(function () {
documentDeleted();
}, 100);
}
}
setTimeout(function () {
documentDeleted();
}, 100);
!isMobile()