cookie cookie可以用来设置存储时间,例如设置存储5年:let now=new Date(); now.setFullYear(now.getFullYear()+5); document.cookie='a=1;expires='+now.toUTCString();