This is for getting used space: [code]function getUsedLocalStorageSpace() { return Object.keys(window.localStorage).map(function(key) { return ...
確定! 回上一頁