TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
LoStorage.js - Client-side storage the way it should be
1 点
作者
js-coder
超过 12 年前
1 comment
n-gauge
超过 12 年前
Good example and if your using the ! in front of the function to save a byte you could change the for loops like so:<p>for (var i = 0, l = keys.length; i < l; i++) {<p>to<p>for (var i = keys.length; i--;) {<p>(to save even more)