开发者社区 问答 正文

css background url() 多次使用同一图片的请求次数

css代码如下

.a {background: url("img.png") 0 -250px no-repeat;}
.b { background: url("img.png") 0 0 no-repeat;}

这样在css中请求同一张图片,请求次数是一次还是两次?

展开
收起
a123456678 2016-05-26 16:50:23 2997 分享 版权
1 条回答
写回答
取消 提交回答