清除无限debugger断点

曲琦 / 2023-08-23 / 原文

一、当浏览器控制台(function (){}).constructor==Function为true时

可以使用以下代码清除

Function.prototype.constructor=function(){}