async fileChangeHandler(e) { this.photo = await new Promise(resolve=>{ const reader = new FileReader() reader.onload = (e) ...
確定! 回上一頁