Firebug使用技巧

文章目錄 在控制檯輸出 在控制檯輸出 function showLog(message) { console.log(message); } function test(name) { showLog(name); } test("hello"); 如果想要註釋掉所有的輸出,直接把 console.log(message)
相關文章
相關標籤/搜索