透過在removeItem() 方法,我們可以把指定的屬性從storage 物件中移除。 //清空localStorage localStorage.removeItem(key) localStorage.clear() // undefined ...
確定! 回上一頁