2011-03-22 87 views

回答

0

我认为这应该工作:

if (window.console && window.console.firebug) { 
     // do something if firebug 
     alert("Firebug running"); 
    } 
相关问题