inline image with base64 & css

今天看到一个有意思的CSS加载背景图的方法:
围观链接先:https://mail.google.com/tasks/android?source=mig&gl=us&hl=en&pli=1

.someimage {
background-image:url(data:image/png;base64,{BASE64 STRING}");
}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>