标签:
var storage = window.localStorage;
storage.setItem("param","test");
var s = storage.getItem("param");//"test"
js window.localStorage 使用
原文地址:http://my.oschina.net/jack088/blog/469421