Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
不久前我看到有人使用 IE9,他们按 F12 并调出调试控制台。我可以发誓他们发出了某种命令来搜索一个名为“Foobar”的cookie
这可以做到吗?过程是什么?
document.cookie将返回所有未HttpOnly设置的 cookie。
document.cookie
HttpOnly
您可以使用正则表达式对其进行解析。