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();
相關文章
相關標籤/搜索