Skip to content

Instantly share code, notes, and snippets.

@huanggm
Last active June 4, 2024 08:52
Show Gist options
  • Save huanggm/ed4fd0255fa2877001d65c307af56021 to your computer and use it in GitHub Desktop.
Save huanggm/ed4fd0255fa2877001d65c307af56021 to your computer and use it in GitHub Desktop.
收藏两种1像素图片的base64编码
<!-- 1像素透明 -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7">
<!-- 1像素黑色 -->
<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=">
<a href="http://proger.i-forge.net/%D0%9A%D0%BE%D0%BC%D0%BF%D1%8C%D1%8E%D1%82%D0%B5%D1%80/[20121112]%20The%20smallest%20transparent%20pixel.html">参考网址</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment