码迷,mamicode.com
首页 > Web开发 > 详细

Data URL

时间:2017-09-16 11:42:34      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:base64   http   img   png   str   doc   targe   mit   style   

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

标签:base64   http   img   png   str   doc   targe   mit   style   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!