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