Save HTML locally with Javascript

后端 未结 10 1499
夕颜
夕颜 2020-12-03 01:19

I do know that Javascript cannot write data in the filesystem, for security reasons. I have often read that the only way to save data locally with Javascript is cookies or <

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-03 02:09

    Just use https://github.com/firebase/firepad — See it in action
    This doesn’t need a server on your computer, it will reach out and save the data remotely.

提交回复
热议问题