在vue中背景图片使用变量的方法 Kayiu007 2022-12-14 609 阅读1分钟 <div class="data-box" :style="{ background:url(${imgUrl})}"></div>