mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 01:34:55 +08:00
猿人学
This commit is contained in:
parent
2b2d424daf
commit
c17929cc4e
BIN
img/64.png
Normal file
BIN
img/64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
20
猿人学第一题-js混淆-源码乱码-无限debugger/readme.md
Normal file
20
猿人学第一题-js混淆-源码乱码-无限debugger/readme.md
Normal file
@ -0,0 +1,20 @@
|
||||
## 题目1:抓取所有(5页)机票的价格,并计算所有机票价格的平均值,填入答案。
|
||||
|
||||
地址: https://match.yuanrenxue.com/match/1
|
||||
|
||||
进入页面打开f12发现无限 debugger
|
||||
|
||||
setInterval(function () {
|
||||
debugger
|
||||
}, 500)
|
||||
|
||||
这里直接可以禁止直接这段代码
|
||||
|
||||
浏览器--》右键--》never pause here
|
||||
|
||||
更多其他过 debugger 方法
|
||||
|
||||
https://www.jianshu.com/p/e69b68b71b77
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user