Import/Export HTML5 localStorage data

后端 未结 1 780
日久生厌
日久生厌 2020-12-14 18:23

I\'m working on a simple TODO list app based on localStorage HTML5 feature:

http://hamen.github.com/webnotes/

I\'m wondering if it\'s possible to import/expo

相关标签:
1条回答
  • 2020-12-14 18:54

    I think you can use the "HTML File API" to load from file and a "Data URI" (http://en.wikipedia.org/wiki/Data_URI_scheme) to save.

    0 讨论(0)
提交回复
热议问题