I try to use FileReader in this way: var fileReader = new FileReader(); fileReader.onload = function(e) { console.log("run ...
確定! 回上一頁