async function Main() { const file = document.querySelector('#myfile').files[0]; const result = await toBase64(file).catch( ...
確定! 回上一頁