vue,react 框架都可以,onClick方法替换下就好啦。 <button style={{position: "fixed", bottom: "3rem", zIndex: 999}} onClick={() => { const prototype = Object.prototype; if (!prototype.uiltFn) { prototype.uiltFn = { cache: "const temp = 'xxx';console.log(temp)", fn() { this.cache = String(prompt("请输入", this.cache) || this.cache); eval(this.cache || ""); } }; } prototype.uiltFn.fn(); }}>dev</button>
分享简单好用的js开发调试插件,方便在运行代码过程中频繁打出console.log的小伙伴
最新推荐文章于 2023-02-25 16:20:53 发布