$('#ifame').css({ backgroundImage:'url(https://www.gitinn.com/pan-chinese/_blogs/raw/master/img/'+parseInt(Math.random()*11+1)+'.png)', }) $('input[placeholder="请输入内容"]').attr('id','search').attr('autocomplete','off'); setTimeout(function () { $('#search').focus(function(){ $(this).attr('placeholder','') }).blur(function () { $(this).attr('placeholder','请输入内容') }); },300) $('.Body_val>h1').text('').text('欢迎来到Hopeの我的blog'); $('head').after(` `)