files[0]; const reader = new FileReader(); reader.onload = res => { console.log(res.target.result); // Print file contents }; reader ...
確定! 回上一頁