cookie 就是一串字符串,不认识数组这种东西。可以google一下cookie的标准定义。所以cookie默认是不能存数组的,下面的写法是错误的。 $arr = array(1 ...
確定! 回上一頁