首先用了JSON.stringify(localStorage).length得出你当前页面的localstorage所使用的字符数量current_num。
然后你再去http://arty.name/localstorage.html这里,获取页面的localstorage最大使用量total_num。
total_num - currentnum就是页面的localstorage剩余容量。
2023-08-02 14:53:40
首先用了JSON.stringify(localStorage).length得出你当前页面的localstorage所使用的字符数量current_num。
然后你再去http://arty.name/localstorage.html这里,获取页面的localstorage最大使用量total_num。
total_num - currentnum就是页面的localstorage剩余容量。
下一篇:sql表分区