Home  >  Article  >  Backend Development  >  为何说这里用了递归

为何说这里用了递归

WBOY
WBOYOriginal
2016-06-13 11:54:53783browse

为什么说这里用了递归
感觉不出哪里是递归呢

------解决方案--------------------
递归(英语:Recursion),又译为递回,在数学与计算机科学中,是指在函数的定义中使用函数自身的方法。
------解决方案--------------------
自己调用自己就是递归

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn