Skip to content

工具技巧 #11

@summer506hai

Description

@summer506hai

base64转图片

  • 将base64的内容复制到 data:image/jpeg;base64, 后面 保存为.html 格式,用浏览器打开
<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title></title>
  </head>
  <body>
    <img src="data:image/jpeg;base64," alt="">
  </body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions