更改

跳到导航 跳到搜索
删除305字节 、 2020年12月27日 (日) 23:36
第1,089行: 第1,089行:  
==执行顺序==
 
==执行顺序==
   −
In the simple case of a function calling itself only once, instructions placed before the recursive call are executed once per recursion before any of the instructions placed after the recursive call. The latter are executed repeatedly after the maximum recursion has been reached. Consider this example:
      
在一个函数只调用自己一次的简单情况下,放置在递归调用之前的指令在每次递归都会被执行一次,且比放置在递归调用之后任何指令更早执行。后者在达到最大递归后会才被重复执行。考虑这个例子:
 
在一个函数只调用自己一次的简单情况下,放置在递归调用之前的指令在每次递归都会被执行一次,且比放置在递归调用之后任何指令更早执行。后者在达到最大递归后会才被重复执行。考虑这个例子:

导航菜单