js前端下載圖片

前端經過js下載圖片 主要步驟 把圖片轉化爲base64格式 把base64轉化爲blob格式 插入a標籤進行下載 /** * 進行base64轉化 */ getBase64 (img, width = '', height = ''){ return new Promise((resolve, reject) => { let image = new Image()
相關文章
相關標籤/搜索