| 名称 | 值 | 属性 |
|---|---|---|
| {{ c.name }} | {{ c.value }} | {{ c.domain }} {{ c.path }} exp:{{ formatExpires(c.expires) }} max:{{ c.maxAge }}s Secure HttpOnly SameSite={{ c.sameSite }} |
Cookie 在线转 JSON:纯前端解析。自动识别 5 种来源——document.cookie 字符串、HTTP Cookie / Set-Cookie Header、Netscape cookies.txt(含 #HttpOnly_ 前缀)、curl -b/-H 命令片段、DevTools 复制的整段 Header;6 种输出——简单对象 / 数组 / 完整属性 JSON / Puppeteer & Playwright cookie / Cookie Header / Netscape txt。完整保留 domain/path/expires/maxAge/secure/httpOnly/sameSite/priority/partitioned 9 个属性,URL 解码可开关,重名自动去重并提示,过期时间在 Puppeteer/Netscape 输出时自动 maxAge→unix 时间戳转换。属性以彩色徽章呈现,Secure/HttpOnly/SameSite 不同状态分色