cookie是一个对象 ,是为了存储sessid而诞生的
cookie的格式
key= value 键对值
expires 有效时间
path 路径
domain 是否跨域
//secure 没有就是http,如果有 就是https