let total = 1; const devtool = new Date(); devtool.toString = function () { total++; if (total > 1) { console.log("打开了控制台"); } }