Cookie能不能存储对象啊我看了一下,每个cookie对象存储的是一个字符串,Cookie cookie = new Cookie("oneCookie");cookie.value="";这个value值能不能为一个对象呢?[解决办法]不可以[解决办法]不行,cookie里面只能存放文本信息。