关于HTML5 Web Storage
你的任务是找到钥匙插进沙箱本地存储。
With web storage, web applications can store data locally within the user's browser.
Before HTML5, application data had to be stored in cookies, included in every server request. Web storage is more secure, and large amounts of data can be stored locally, without affecting website performance.
Unlike cookies, the storage limit is far larger (at least 5MB) and the information is never transferred to the server.
Web storage is per origin (per domain and protocol). All pages, from one origin, can store and access the same data.
最新版本1.0.0更新日志
Last updated on 2018年12月01日
此版本包含小幅错误修复和常规改进。请更新至最新版本,以获得更佳体验。









