Can I write files with HTML5/JS?

后端 未结 6 958
时光说笑
时光说笑 2020-11-30 05:13

I wonder if there is any way I can write to files from HTML5/JS? In the broswer ...

6条回答
  •  抹茶落季
    2020-11-30 05:33

    Yes, using the new FileWriter API.

    http://www.w3.org/TR/file-writer-api/

    You can see the current browser support here: http://caniuse.com/#feat=filesystem

提交回复
热议问题