此討論串已被封存。
如果您有需要幫助,請新增一個新問題
封存
cookies
所有回覆 (2)
Hi ostcandt, could you explain what you want to do in more detail?
As general background, cookie names and values are set by websites. They can do that in two ways:
(1) Send a Set-Cookie header with the page (2) Use a script in the page
To see what cookies have been set for the current page, you can open the Storage Inspector tool (Shift+F9). If you like, you also can delete individual cookies there. More info on this tool: https://developer.mozilla.org/docs/Tools/Storage_Inspector