關於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日
此版本包含小幅錯誤修正和一般改善。請更新至最新版本,以獲得最佳體驗。
HTML5 Web Storage 螢幕截圖
HTML5 Web Storage歷史版本
相關標籤




