console.log("除錯");
console.error("錯誤資訊");
console.group("第一組");
console.log(1);
console.groupend("第一組");
console.group("第一組");
console.log(2);
console.groupend("第一組");
console.dir(); //輸出所有資訊
console.dirxml(); //輸出dom結構
window.onload = function()
console.assert(); //斷言
console.trace(); //追蹤
console.time("計時器必選引數");
console.timeend("計時器必選引數");
console.profile("可選");
console.profileend("可選");
ie下firebug的使用:
在網頁head 部分上面 這個js 即可使用web版firebug:
使用FireBug除錯javascript方式
執行firefox 找到firebug外掛程式 firebug1.0 current.xpi 3.若測試位置所在js檔案未被執行,檢查方法名是否對應 看是否引入了js檔案 檢查屬性名是否正確 4.bug按鈕的含義 step over f10 單步執行語句,如果遇到乙個方法,跳過方法內部的細節,繼續執...
Firebug介紹及使用技巧
firebug是網頁瀏覽器firefox下的一款開發除錯工具。安裝firebug後在瀏覽器的外掛程式工具欄中 上方 會有乙個小甲蟲的圖示。f12開啟和關閉firebug視窗。提示每個功能標籤可以通過點選下拉列表設定為 啟用 或 停用 小甲蟲可以設定顯示或不顯示某些功能標籤。功能標籤右側搜尋框可以進行...
Firebug的安裝方法
1 先安裝firebox瀏覽器。a 解壓 firefox瀏覽器.zip 獲得 firefox v38.0.5.5623 setup.1433318160.exe b 執行 firefox v38.0.5.5623 setup.1433318160.exe 安裝firebox瀏覽器。2 安裝完fire...