猿人学

This commit is contained in:
luzhisheng 2022-03-31 18:03:38 +08:00
parent 2b2d424daf
commit c17929cc4e
2 changed files with 20 additions and 0 deletions

BIN
img/64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View 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
![debugger](../img/64.png)