handleFileChosen = async (file) => { return new Promise((resolve, reject) => { let fileReader = new FileReader(); fileReader.onload ...
確定! 回上一頁