38. 为什么需要 Cookie
webVueBlog opened this issue · 0 comments
webVueBlog commented
Cookie 用于记住有关用户个人资料的信息(例如用户名)。它基本上包括两个步骤,
当用户访问网页时,用户配置文件可以存储在 cookie 中。
下次用户访问该页面时,cookie 会记住用户配置文件。
webVueBlog opened this issue · 0 comments
Cookie 用于记住有关用户个人资料的信息(例如用户名)。它基本上包括两个步骤,
当用户访问网页时,用户配置文件可以存储在 cookie 中。
下次用户访问该页面时,cookie 会记住用户配置文件。