前面js部分body部分不好意思,不知道为什么不能复制代码,只能发图片了
闭关修行中......
改为
#tu { background-image: url("./images/xxxxxxxxxxxx.jpg"); } #tu 有没有宽高?
试一试
将 tu.style.backgroundImage 改成 tu.style.background 试试。
tu.style.backgroundImage
tu.style.background
改为
试一试
将
tu.style.backgroundImage
改成tu.style.background
试试。