if(!window.console){
var 이름 = [ "log", "debug", "info", "warn", "error", "assert", "dir", "dirxml", "group", "groupEnd", "time", "timeEnd" , "count ", "trace", "profile", "profileEnd"];
window.console = {}
for (var i = 0; i < names.length; i ) {
window.console[names[i]] = function() {};
}
}
은 기본 라이브러리에 배치할 수 있습니다. 이름과 나까지 ~