【发布时间】:2023-06-13 10:51:01
【问题描述】:
为什么有时我将图像(或 CSS、JS 等)发送到 FTP,但它们没有上传(或被缓存)?
#container {
background: url("../images/bg.jpg") no-repeat scroll 0 0 transparent;
height: 895px;
overflow: hidden;
}
但是使用// (../images//bg.jpg),我可以看到新图像
#container {
background: url("../images//bg.jpg") no-repeat scroll 0 0 transparent;
height: 895px;
overflow: hidden;
}
【问题讨论】:
标签: html css ftp firebug filezilla