chrome的F12的inspect使用

本文介绍如何使用Chrome浏览器的开发者工具来查看和管理Cookies。通过打开开发者工具并选择Application选项卡,可以详细查看当前页面的Cookies信息,并进行删除操作。需要注意的是,无法直接修改Cookies的值。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

chrome中查看cookie

https://stackoverflow.com/questions/10014996/how-do-you-check-cookies-using-chrome

To check the current page's cookies using Chrome:

  1. Open Developer Tools (usually F12)
  2. Click the "Application" tab (used to be "Resources")
  3. Expand the "Cookies" list item
  4. Click any list item.

You can view cookies in detail here, and clear them out (click any list item under cookies then click the cancel icon on the bottom left of the table). 

 

https://developers.google.com/web/tools/chrome-devtools/manage-data/cookies

Use the Cookies pane to view and delete cookies. You cannot modify cookie values.

 

Cookies are listed by domain. This includes the main document as well as all nested frames. Selecting one of these “frame groups” displays all cookies, for all resources, for all frames in that group. There are two consequences of this grouping to be aware of:

  • Cookies from different domains may appear in the same frame group.
  • The same cookie may appear in several frame groups.

 

Fields

The following fields are provided for each cookie:

Cookie Field & Description
NameThe cookie's name.
ValueThe cookie's value.
DomainThe cookie's domain.
PathThe cookie's path.
Expires / Maximum AgeThe cookie's expiration time, or maximum age. For session cookies, this field is always "Session".
SizeThe cookie's size in bytes.
HTTPIf present, indicates that cookies should be used only over HTTP, and JavaScript modification is not allowed.
SecureIf present, indicates that communication for this cookie must be over an encrypted transmission.

 

 

 查看Http的header

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值