async function loadLocalFile(file) { return new Promise((resolve, reject) => { const reader = new FileReader(); reader.onload = (event) ...
確定! 回上一頁