摘要: var element = new Image(); Object.defineProperty(element, "id", { get: function () { debugger; }, }); requestAnimationFrame(function check() { console 阅读全文
posted @ 2020-10-12 15:12 Ajanuw 阅读(1049) 评论(0) 推荐(0) 编辑