function handleOnChange(event) { const FileList: FileList = event.target.files; const files = Array.from(FileList); files.map((file) ...
確定! 回上一頁