章节4:JavaScript操作Cookie 直接利用Cookie登录 JavaScript语法 获取:document.cookie; 设置:document.cookie=“username=xx”; 删除:document.cookie=“username=xx;expires=Thu, 01 Jan 1970 00:00:00 GMT”;