Ian Wu 's Library tagged → View Popular, Search in Google
Apr
27
2011
-
不過, HTML 5 的 Web storage 與 Cookie 的最大分別, 是它並不會傳送資料到伺服器端. 這樣令到在伺服器端執行的程式無法直接存取這些資料, 不過換取回來的, 是我們可以安心的存放大量資料, 而不影響載入頁面時的資料傳送量.
List all stored values
走訪所有的 localStorage
-
List all stored values
-
- function listAllItems(){
- for (i=0; i<=localStorage.length-1; i++)
- {
- key = localStorage.key(i);
- val = localStorage.getItem(key);
- }
- }
Selected Tags
Related Tags
Top Contributors
Groups interested in html5
Related Lists on Diigo
-
HTML + CSS
HTML and CSS links and tutor...
Items: 144 | Visits: 13
Created by: Cameron Morgan
-
Interoperability and The Quest For A Universal File Format
Bookmarked pages related to ...
Items: 12 | Visits: 242
Created by: Gary Edwards
-
webdesignデザイン集め
デザインまとめサイト
Items: 27 | Visits: 23
Created by: izumi shogo
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
