文档类型
类型 | base64文件前缀 |
---|---|
data:application/pdf;base64, | |
.doc | data:application/msword;base64, |
.docx | data:application/vnd.openxmlformats-officedocument.wordprocessingml.document;base64, |
.xls | data:application/vnd.ms-excel;base64, |
.xlsx | data:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;base64, |
.ppt | data:application/vnd.ms-powerpoint;base64, |
.pptx | data:application/vnd.openxmlformats-officedocument.presentationml.presentation;base64, |
.txt | data:text/plain;base64, |
图片类型
类型 | base64文件前缀 |
---|---|
.png | data:image/png;base64, |
.jpg | data:image/jpeg;base64, |
.gif | data:image/gif;base64, |
.svg | data:image/svg+xml;base64, |
.ico | data:image/x-icon;base64, |
.bmp | data:image/bmp;base64, |
沃梦达教程
本文标题为:html前端中有哪些base64文件前缀


猜你喜欢
- elementui下image组件的使用 2024-02-07
- 示例解析Ant Design Vue组件slots作用 2023-07-10
- 使用分层画布来优化HTML5渲染的教程 2024-02-24
- layui table 表格模板按钮实例 2022-12-13
- vuejs导入excel(多个Sheet表全部解析) 2025-01-17
- vue-cli2 生成的项目打包优化(持续学习中) 2023-10-08
- JavaScript编写推箱子游戏 2024-01-17
- 网站导航菜单的分割线和水平居中 2024-01-06
- vuejs安装插件报错Unexpected end of JSON input while parsing near.. 2024-12-08
- PC端和移动端自适应问题的快速解决方法 2024-02-20