We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
写demo的时候在ff和chrome下可以正常存储数据,而在ie下报错显示: 无法获取未定义或 null 引用的属性“get”。不是很懂,想请教,报错位置在下面这行代码:
taskList = store.get('taskList') || [];//存放任务
The text was updated successfully, but these errors were encountered:
@tian0o0 ff和chrome 什么版本,可以使用的
ff
chrome
localStorage 兼容
Sorry, something went wrong.
No branches or pull requests
写demo的时候在ff和chrome下可以正常存储数据,而在ie下报错显示: 无法获取未定义或 null 引用的属性“get”。不是很懂,想请教,报错位置在下面这行代码:
taskList = store.get('taskList') || [];//存放任务
The text was updated successfully, but these errors were encountered: