注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
bg = document.getElementById("pagebg") path = bg.data-bg body = document.querySelector("body") body.style.background = "url(${path}) no-repeat fixed 50% 0;"