摘要: <!doctype html> <html> <body> <button id="btn">点我打印 CallSite</button> <pre id="log"></pre> <script> function capture() { // 偷一张堆栈,拿到 CallSite 数组 let s 阅读全文
posted @ 2025-09-25 16:21 AngDH 阅读(8) 评论(0) 推荐(0)