当我在url()css函数中使用它时,相同的图像不显示但是它出现在图像src中:
<div style="width:278px;height:52px;background-image:url('..\assets/bg.png')">
</div> <--- this does not work
<img src="..\assets/bg.png" /> <----this works
在输出html中,div标记路径保持不变并获得404错误,但img标记src被转换为base64(有线)并且正常工作