Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我得到的错误。我正在使用 js-cookie 获取 cookie
我想您需要使用Navigator.cookieEnabled来检查是否启用了 cookie。如果用户在网站上禁用了 cookie,您将无法阅读它们。