readAsDataURL(file); // 將文件讀取為Data URL fr.onload = function(e) { var result = e.target.result; if (/image/g.test(file.type)) { var img ...
確定! 回上一頁