js 获取图片url的Blob值并预览

js 获取图片url的Blob值并预览 1)使用 XMLHttpRequest 对象获取图片url的Blob值 参考:http://www.javashuo.com/article/p-gxxksxgn-ed.html //获取图片的Blob值 function getImageBlob(url, cb) { var xhr = new XMLHttpRequest();
相关文章
相关标签/搜索