Wait for some day
For example,
require([ 'localstore/localstore' ], function(localstore) {
setTimeout(function() {
localstore.save('asdasdasd', '91823091823091823', function() {
alert('save ok');
localstore.read('asdasdasd', function(cache) {
alert('you saved item is ' + cache);
});
});
}, 1000)
})
First, you need a subDomain list for store context, like
- statics1.gtimg.com
- statics2.gtimg.com
- statics3.gtimg.com
- statics4.gtimg.com
- ...and so on
纯Js实现本地无限空间存储,例子见test-save.html
首先配置你的静态资源域名如
你可以看一些很屌很屌的例子,见 http://xueduany.github.com/localstore/
这是前端纯JS意义上,真正实现了无线容量的本地缓存,以及可以用这些保存,保存你在网络上看到的图片,设置是电影!!!或者做RAR,ZIP压缩解压缩都支持的哟!!!