检测页面的localstorage剩余容量

首先用了JSON.stringify(localStorage).length得出你当前页面的localstorage所使用的字符数量current_num。

然后你再去http://arty.name/localstorage.html这里,获取页面的localstorage最大使用量total_num。

total_num - currentnum就是页面的localstorage剩余容量。

posted @ 2014-01-22 18:17  草珊瑚  阅读(1423)  评论(1编辑  收藏  举报