Where is the data recorded in JsonStore?
问题 I downloaded from Getting Started, JSONStore example Project has been successfully loaded into the browser and on a real device, but I can not understand where the input data is stored, what file? Eclipse + IBM Worklight + JSONStore. 回答1: Android: /data/data/com.[app-name]/databases/wljsonstore (source) iOS Simulator: ~/Library/Application Support/iPhone Simulator/6.1/Applications/[id]/Documents/wljsonstore (source) Browser: LocalStorage 来源: https://stackoverflow.com/questions/22427668/where