Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以仅通过客户端编程来操作文件?我正在创建一个文本编辑器,它需要一个上传的文件,并且需要在编辑后保存到另一个位置。客户端编码可以吗?
是的,你描述的一切都是可能的。您需要的是:FileReader用于读取文件的 API 和用于保存具有特定名称的download属性。a该解决方案不会跨浏览器,但可以在现代浏览器中使用。
FileReader
download
a
<input type="file" />