Cocos2d-JS如何读取txt并更新文件

how can Cocos2d-JS read txt and update the file

我正在开发一款允许用户定义 "dictionary" 对 question/answer 对的游戏。然后,用户可以将 "dictionary" 导入到游戏场景中,并根据 "dictionary" 中的问题进行练习。

问题是如何使用 Cocos2d-JS 执行此操作?或者,我应该使用 LocalStorage API?

您可以使用 cc.sys.localStorage.setItem(key, value)cc.sys.localStorage.getItem(key)