var reader = new FileReader(); var l = document.getElementById("logo"); reader.readAsDataURL(file); reader.onload = function(){
確定! 回上一頁