1,052
次編輯
MangoFanFan(留言 | 貢獻) 小 (试着自己写一下) 標籤:替換 |
MangoFanFan(留言 | 貢獻) 小 (……) |
||
第2行: | 第2行: | ||
path = bg.data-bg | path = bg.data-bg | ||
body = document. | body = document.querySelector("body") | ||
body.style.background = "url(${path}) no-repeat fixed 50% 0;" | body.style.background = "url(${path}) no-repeat fixed 50% 0;" |