摘要: function fileSelected(e: Event) { const target = e.target as HTMLInputElement const file: File = (target.files as FileList)[0] // ... } 阅读全文
posted @ 2021-05-20 18:03 guangzan 阅读(4715) 评论(3) 推荐(0) 编辑