To clear the entire localStorage , you should use the clear() method on the localStorage object: Example: localStorage.clear(); ...
確定! 回上一頁