且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

本地JavaScript可以在同一本地计算机上编辑/保存文件吗?如何使用jQuery?

更新时间:2022-12-24 17:55:26

可以使用Filewriter对象写入本地文件系统,如下所述:

It is possible to write to the local filesystem using the Filewriter object, as described here: http://www.html5rocks.com/en/tutorials/file/filesystem/