Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SakuraMuxia committed May 21, 2024
1 parent 857dd7f commit b37874c
Show file tree
Hide file tree
Showing 2 changed files with 4,460 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/front-end/02-JavaScript/17-File对象.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ fileInput.addEventListener('change', () => {
});
```

[`FileReader`](https://developer.mozilla.org/zh-CN/docs/Web/API/FileReader) 接口的 **`result`** 只读属性返回文件的内容。该属性仅在读取操作完成后才有效,数据的格式取决于使用哪种方法来启动读取操作。
Loading

0 comments on commit b37874c

Please sign in to comment.