欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

爬虫报错(持续.....)

程序员文章站 2022-05-04 14:59:47
RecursionError: maximum recursion depth exceeded while calling a Python object 超过了Python的最大递归深度。 import sys sys.setrecursionlimit(按需定义次数) ......

recursionerror: maximum recursion depth exceeded while calling a python object

超过了python的最大递归深度。

import sys
sys.setrecursionlimit(按需定义次数)