我有这个if语句:
if(localStorage.getItem('user') != null){
alert('get values called from start. User stored: '+localStorage.getItem('user'));
getValues();
}
假设只有在有用户登录时才运行getValues。但是即使存储的用户为null,它也在运行。正如您在下图中看到的那样,用户值为null,为什么它会运行?
这是我的网站:http://www3.carleton.ca/clubs/sissa/html5/