检测页面的localstorage剩余容量
首先用了JSON.stringify(localStorage).length得出你当前页面的localstorage所使用的字符数量current_num。
然后你再去http://arty.name/localstorage.html这里,获取页面的localstorage最大使用量total_num。
total_num - currentnum就是页面的localstorage剩余容量。
合乎自然而生生不息。。。
首先用了JSON.stringify(localStorage).length得出你当前页面的localstorage所使用的字符数量current_num。
然后你再去http://arty.name/localstorage.html这里,获取页面的localstorage最大使用量total_num。
total_num - currentnum就是页面的localstorage剩余容量。