Tekkaman

导航

 

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

posted on 2017-09-16 01:32  Tekkaman  阅读(180)  评论(0编辑  收藏  举报