0
点赞
收藏
分享

微信扫一扫

启用Windows系统上Safari的Debug菜单

Enable the Safari Debug menu option on Windows

To enable the Safari Debug menu option, you need to find your Preferences.plist file located in %APPDATA%\Apple Computer\Safari (%APPDATA is typically C:\Documents and Settings\your login name\Application Data\).
Open the file and add the following lines somewhere within the <dict> section:

<key>IncludeDebugMenu</key>
<true />

(1)找到Preferences.plist 文件

启用Windows系统上Safari的Debug菜单_Data

(2)添加

<key>IncludeDebugMenu</key>

<true />

启用Windows系统上Safari的Debug菜单_Data_02

(3)启用后的Debug菜单(Windows XP, Safari)

启用Windows系统上Safari的Debug菜单_Windows_03

举报

相关推荐

0 条评论