在线上有一些base64编码器可以帮助您解决这个问题,这可能是我见过的最好的编码器:
http://www.greywyvern.com/pre/php/binary2base64
该页面显示了CSS的主要选项:
div.image { width:100px; height:100px; background-image:url(data:image/png;base64,iVBORwA<Morebase64SringHere>); }或
<img>标签本身,如下所示:
<img alt="My Image" />



