如何禁止控制台输出log?通过js代码赋一个空的值。

console.log = function () {}
console.error = function () {}