tail recursion
常见例句
- Tail recursion is a common technique in XSLT style sheets.
尾递归是 XSLT 样式表中的常用技术。 - This example uses what in Scheme is called tail recursion.
这个例子使用 Scheme 中所谓的尾递归(tail recursion)。 - You'll use tail recursion and the XSLT translate() function to do this.
您可以使用 尾递归(tail recursion)和 XSLT translate() 函数来完成这一步。 返回 tail recursion