2011-03-22 84 views

回答

0

我認爲這應該工作:

if (window.console && window.console.firebug) { 
     // do something if firebug 
     alert("Firebug running"); 
    } 
相關問題