如果找到一个子元素,那么这个方法就使用这个子元素,递归地调用它本身。
If an element child is found, the method recursively calls itself with the child element.
在我们的示例流程中,该递归过程是无限的;subprocess3总会再次调用Mainprocess。
For our example process, the recursion is infinite; Subprocess 3 always invokes Main process again.
递归:函数对自身进行调用的过程。
The process of calling the function that is currently executing.
此外,递归函数还会遇到浏览器调用栈大小的限制。
Further, recursive functions are more likely to run into browser call stack size limits.
过多的方法调用通常意味着存在非常深的递归或无限递归。
Too many method calls is often indicative of a very deep or unbounded recursion.
“递归”过程是指调用自身的过程。
“递归”过程是指调用自身的过程。
应用推荐