UpT*_*eek 6 ajax jquery user-interface
场景:
你是如何处理这种情况的?
小智 2
饼干。用户离开页面并返回后保存信息的唯一方法是使用 cookie。
更好的方法是
0. user goes to your page
1. A page is loaded with complex UI based on what is saved in the users cookies (default if no cookie)
2. user does some actions, which are saved into the cookie
3. user goes to another page
Run Code Online (Sandbox Code Playgroud)