📅  最后修改于: 2022-03-11 14:48:29.829000             🧑  作者: Mango
public onChange(event: Event): void {
if ((event.target as HTMLInputElement).files && (event.target as HTMLInputElement).files.length) {
const [file] = event.target.files;
}
}