本文介绍了我可以用 HTML5/JS 编写文件吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想知道是否有任何方法可以从 HTML5/JS 写入文件?在浏览器中...
I wonder if there is any way I can write to files from HTML5/JS? In the broswer ...
推荐答案
是的,使用新的 FileWriter API.
Yes, using the new FileWriter API.
http://www.w3.org/TR/file-writer-api/
您可以在此处查看当前的浏览器支持:http://caniuse.com/#feat=filesystem一个>
You can see the current browser support here: http://caniuse.com/#feat=filesystem
这篇关于我可以用 HTML5/JS 编写文件吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!