关于node.js:node-webkit Windows会在哪里存储持久数据?

node-webkit windows build where to store persistent data?

我正在使用node-webkit构建一个桌面应用程序。我已经使用nw-builder为Windows 32构建


您有多种选择:

https://github.com/nwjs/nw.js/wiki/Save-persistent-data-in-app

我个人使用localStorage。对于简单的需求,它非常容易并且模仿浏览器的行为。