日期:2014-05-16  浏览次数:20426 次

如何在不同的浏览器中打开控制台调试JS(转帖加自己的截图)

今天遇到了一个JS问题,在safari下就是运行不出效果,因此想到safari下有没有firebug一样的东西。在网上找啊找啊,终于在一个英文网站找到了方法。亲自实践,果然有效,所以转帖此文,以备不时之需。在原文基础上加了自己实践步骤的截图。

?

How to open the JavaScript console in different browsers?

http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers

?

?

?

?

?

?

Chrome:

  1. Press CTRL + SHIFT + I to open the Developer Tools .
  2. Click on the "Open console." icon in the bottom left corner.

    ?


Safari 5:

  1. Press CTRL + ALT + I to display the Web Inspector .
  2. Click on the "Open Console." icon in the bottom left corner.

Note: this only works if the "Show Develop menu in menu bar " check box in the Advanced tab of the Preferences menu is checked!

?

?


It may be useful below.


IE8:

  1. Press F12 to open the developer tools.
  2. Open the Script tab, click the "Console" button on the right.

    ?