问题描述
这些是我尝试过的方法:
These are the approaches I have tried:
我想以字符串而不是表格的形式查看Cookies,除了使用其他浏览器之外,还有其他方法吗?
I would like to view the Cookies in a string rather than a table, is there any way except using another browser?
推荐答案
Safari 版本14.0.3(16610.4.3.1.4)
Safari的 Develop
菜单在Mac上的Web浏览器中添加了各种其他功能,包括检查器和错误控制台,javascript调试工具,禁用各种页面元素的功能,不跟踪
功能,使用WebGL加速,它提供了一种更改浏览器用户代理的简单方法.
The Develop
menu of Safari adds a variety of additional features to the web browser on the Mac, including the inspector and error consoles, javascript debugging tools, the ability to disable various page elements, enable the Do Not Track
feature, use WebGL acceleration, and it offers a simple way to change the browsers user agent.
Safari中的开发"菜单:
Develop menu in Safari:
- 下拉
Safari
菜单并选择Preferences
- 点击
高级
标签 - 选中
在菜单栏中显示Develop菜单旁边的框
- 关闭
首选项
,现在将在书签
和Window
菜单之间显示Develop
菜单
- Pull down the
Safari
menu and choosePreferences
- Click on the
Advanced
tab - Check the box next to
Show Develop menu in menu bar
- Close
Preferences
, theDevelop
menu will now be visible betweenBookmarks
andWindow
menus
这篇关于如何在Safari 10中查看Cookie?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!