<head>
<style type="text/css">
body{
background-image: url(/image1/longmao.jpg);
}
</style>
</head>
<body>
<h1>House Blend $1.49</h1>
<p>A smooth,mild blend of coffees form Mexico</p>
<img src="image1/longmao.jpg"/>
</body>
同样的图片,底下添加图片<img>都可以正常显示,但是background-image就无法显示,url中路径添加引号也无法显示,想请问下,为什么同样路径的图片,为什么background-image就无法显示呢? 谢谢~
Missvia