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.
使用 JavaScript 我想:
在本地生成文件并将其提供给用户 Content-Disposition: attachment;
Content-Disposition: attachment;
通过表单从用户本地加载文件<input type="file" />
<input type="file" />
这可能吗?如果可以,最直接的方法是什么?