报错:Uncaught DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
解决:
打开chrome://settings/cookies
设置cookie 为允许
或者去掉源代码中的有关localStorage 的所有代码。
报错:Uncaught DOMException: Failed to read the ‘localStorage’ property from ‘Window’: Access is denied for this document.
解决:
打开chrome://settings/cookies
设置cookie 为允许
或者去掉源代码中的有关localStorage 的所有代码。