请查看我的代码并澄清我的解决方案。
<div style="height: 30px; background-image: url(http://maps.google.com/mapfiles/ms/icons/blue.png;);background-repeat: no-repeat">
<div style="padding-left: 30px">
Blue
</div>
</div>
当我拿到网址“http://maps.google.com/mapfiles/ms/icons/blue.png”并粘贴到浏览器中时,它会显示图片。但在我的代码中,它显示为无法加载给定的URL。
答案 0 :(得分:1)
将此int
更改为blue.png;);
blue.png);