简体   繁体   中英

Can we Read/Write Json data from/Into .js file using Jquery or Javascript?

本地存储的存储限制在5MB到10MB之间,具体取决于浏览器。我的问题是,是否可以将大型json数据存储到外部.js文件中,因此我们可以像localstorage一样读写数据?

For PhoneGap (or Apache Cordova), you want to use the file system to write to the file. See the File plugin ( https://www.npmjs.com/package/cordova-plugin-file ) for more information.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM