About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
ghostcode
7/2/2014 - 7:40 AM
share
Share
add_circle_outline
Save
关于base64图片
关于base64图片
base64图片.md
content_copy
file_download
Rendered
Source
优缺点:
在HTML中添加base64编码图片不会被缓存
在css中添加base64图片放在css文件中,因为css会被缓存
base64图片不需要一次HTTP请求,从而可以获得一点性能提升。
ie7以及更早版本不支持base64编码图片。
使用场景:
图片不能与其他图片以CSS Sprite的形式存在,只能独行
图片从诞生之日起,基本上很少被更新
图片的实际尺寸很小
图片在网站中大规模使用
参考文章:
base64
工具
clear