js中將圖片轉換爲base64編碼

var img = "imgurl";//imgurl 就是你的圖片路徑  canvas function getBase64Image(img) {        var canvas = document.createElement("canvas");        canvas.width = img.width;        canvas.height = img.height;  
相關文章
相關標籤/搜索