我目前正在开发一个Angular 2 Web应用程序。
当我打开Chrome开发工具(f12)时,我可以从localhost看到localstorage。但是一旦刷新页面,本地存储就会远离列表...
After refreshing: The localstorage from the localhost isn't there anymore
刷新页面时,localstorage是否正常隐藏?
谢谢!
答案 0 :(得分:1)
我也见过这个。页面加载后,关闭开发工具并再次打开它,localStorage和sessionStorage应该再次可用。
最快的方式,在页面重新加载后,按F12两次。