var objE = document.createElement("div"); var body = document.querySelector(`body`) objE.innerHTML = `
¹Ø±Õ
`; body.appendChild(objE) setTimeout(function () { //let dom = document.getElementsByClassName(`duote_bottom_fix_img_box`)[0] //let div2 = document.getElementsByClassName(`duote_bottom_fix_img`)[0] //dom.style.display = `block` //var script = document.createElement('script') //script.src = "//bd-js.y866.cn/common/jedm/resource/t-a/common/d-tt.js" //div2.appendChild(script) //setTimeout(function () { // dom.style.display = `none` //}, 60000*3) }, 200) function closeDuoteFixImg() { //console.log(1234) let dom = document.getElementsByClassName(`duote_bottom_fix_img_box`)[0] dom.style.display = `none` }