Open a save file dialog for a js variable(打开 js 变量的保存文件对话框)
问题描述
在我的网络应用程序中,我需要为用户提供将 js 变量保存为文件的选项(当用户单击下载时,应用程序会为他提供保存文件,最好保存为 .js 文件).
In my web app I need to give the user the option to save a js variable as a file (when the user clicks download, the app offers him to save a file, preffereably as .js file).
就像谷歌文档提供你保存文件一样.
Similarly as google docs offers you to save a file.
javascript可以这样传递它的变量吗?
Is it possible for javascript to pass it's variable this way?
推荐答案
查看 Downloadify 允许正是这个.
Check out Downloadify which allows exactly this.
Downloadify 是一个小型 JavaScript + Flash 库,可以在浏览器中动态生成和保存文件,无需服务器交互.
Downloadify is a tiny JavaScript + Flash library that enables the generation and saving of files on the fly, in the browser, without server interaction.
不过,它需要在用户的浏览器中安装 Flash 才能工作.
it requires Flash installed in the user's browser to work, though.
我不知道没有服务器交互的其他方法.
I know of no other way of doing this without server interaction.
这篇关于打开 js 变量的保存文件对话框的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:打开 js 变量的保存文件对话框
基础教程推荐
- 悬停时滑动输入并停留几秒钟 2022-01-01
- 我什么时候应该在导入时使用方括号 2022-01-01
- 角度Apollo设置WatchQuery结果为可用变量 2022-01-01
- 在for循环中使用setTimeout 2022-01-01
- 当用户滚动离开时如何暂停 youtube 嵌入 2022-01-01
- 动态更新多个选择框 2022-01-01
- Karma-Jasmine:如何正确监视 Modal? 2022-01-01
- 在 JS 中获取客户端时区(不是 GMT 偏移量) 2022-01-01
- 有没有办法使用OpenLayers更改OpenStreetMap中某些要素 2022-09-06
- 响应更改 div 大小保持纵横比 2022-01-01