readAsDataURL (file);. reader.onload=function(e) {. //result為base64數據. var imgData = this.result;. imgShow.setAttribute('src', imgData);. }.
確定! 回上一頁