启用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 文件

Enable the Safari Debug menu option on Windows

(2)添加

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

Enable the Safari Debug menu option on Windows 2

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

Enable the Safari Debug menu option on Windows 3

REF: http://www.appletalker.com/forum/index.php?req=thread&id=949

posted @ 2009-03-18 23:29  emanlee  阅读(2822)  评论(0编辑  收藏  举报