await doesn't help here. readAsText() doesn't return a Promise . You need to wrap the whole process in a Promise :
確定! 回上一頁