久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

如果未定義,js 會覆蓋 console.log

js override console.log if not defined(如果未定義,js 會覆蓋 console.log)
本文介紹了如果未定義,js 會覆蓋 console.log的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

您推薦哪種解決方案,第二種更簡單(代碼更少),但使用它有缺點?

Which solution do you recommend, the second is simpler ( less code ), but there are drawbacks on using it ?

首先:(設置全局調試標志)

// the first line of code
var debug = true;
try {
    console.log
} catch(e) {
    if(e) {
        debug=false;
    }
};
// Then later in the code
if(debug) {
    console.log(something);
}

第二:覆蓋console.log

Second: override console.log

try {
    console.log
} catch(e) {
    if (e) {
        console.log = function() {}
    }
};
// And all you need to do in the code is
console.log(something);

推薦答案

不是,而是第二種的變體.丟失 try...catch 并正確檢查控制臺對象是否存在:

Neither, but a variation of the second. Lose the try...catch and check for existence of the console object properly:

if (typeof console == "undefined") {
    window.console = {
        log: function () {}
    };
}

console.log("whatever");

這篇關于如果未定義,js 會覆蓋 console.log的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

How to fix BrowserWindow is not a constructor error when creating child window in Electron renderer process(在 Electron 渲染器進程中創建子窗口時如何修復 BrowserWindow 不是構造函數錯誤) - IT屋-程序員軟件開發技術
mainWindow.loadURL(quot;https://localhost:3000/quot;) show white screen on Electron app(mainWindow.loadURL(https://localhost:3000/) 在 Electron 應用程序上顯示白屏)
Electron webContents executeJavaScript : Cannot execute script on second on loadURL(Electron webContents executeJavaScript:無法在第二個 loadURL 上執行腳本)
how to use electron browser window inside components in angular-cli?(如何在angular-cli的組件內使用電子瀏覽器窗口?)
ElectronJS - sharing redux store between windows?(ElectronJS - 在 Windows 之間共享 redux 存儲?)
How to access camera/webcamera inside electron app?(如何在電子應用程序中訪問相機/網絡攝像頭?)
主站蜘蛛池模板: 久久久久久国产精品 | 欧美午夜影院 | 欧美一区二区三区 | 欧美男人天堂 | 亚洲国产精品区 | 99热这里| 日韩精品在线看 | 久久久91精品国产一区二区三区 | 一区二区在线 | 91动漫在线观看 | 欧美一级片在线播放 | 成人免费在线观看 | 日韩精品在线免费观看视频 | 天天干天天爱天天操 | 看av网 | 日本精品久久 | 欧美日韩精品 | 天天草天天干天天 | 97超碰免费| 午夜一级做a爰片久久毛片 精品综合 | 人人操日日干 | 精品在线一区 | 中文字幕免费在线观看 | 乱一性一乱一交一视频a∨ 色爱av | 岛国毛片在线观看 | 欧美一区视频 | 午夜精品一区二区三区在线视频 | 伊人色综合久久天天五月婷 | 黄页网址在线观看 | 99精品99| 91麻豆精品国产91久久久久久 | 国产成人免费 | 99亚洲精品视频 | 国产精品一区二区精品 | 毛片一区| 午夜免费 | 国产一级电影在线观看 | 亚洲一区二区免费视频 | 91资源在线 | 国产在线一区二区三区 | 国产福利一区二区 |