我正在尝试使用ngCookie访问串行cookie对象中的密钥,但仍然未定义,有什么想法吗?
here is how the cookie object look in the browser:
j%3A%7B%22item1%22%3A%22Jane%20Doe%22%2C%22item2%22%3A%22cynthiamoris%22%2C%22dp%22%3A%22mode.jpg%22%7D
答案 0 :(得分:0)
$ cookies.get( 'user.item1');
所以,我认为user
是你获取cookie的对象。我知道$cookies.get(string)
,但你正在输入一个对象。我猜这个cookie在item1
。所以,只需致电酒店。
$ cookies.get(user.item1);