首页 > Web开发 > 详细

Data URL

时间:2017-09-16 10:05:05      阅读:303      评论:0      收藏:0      [点我收藏+]

Data URL

  Data URLs are composed of four parts: a prefix (data:), a MIME type indicating the type of data, an optional base64token if non-textual, and the data itself:

  技术分享

  The mediatype is a MIME type string, such as ‘image/jpeg‘ for a JPEG image file. If omitted, defaults totext/plain;charset=US-ASCII

  

参考:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs

Data URL

原文:http://www.cnblogs.com/tekkaman/p/7529367.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!