next.js 中使用 localstorage
Jul 9, 2022
1 min read
if (typeof window !== "undefined") { localStorage.setItem(key, value) }