1.file檔案轉換為base64,得到base64格式圖片 var reader = new FileReader(); reader.readAsDataURL(this.files[0]); reader.onload = function(){ ...
確定! 回上一頁