recursion (n) { if (n==0) do something; else {for (ps[n-1]=48;ps[n-1]<=57;ps[n-1]++) recursion(n-1); } }
[此贴子已经被作者于2016-1-7 12:59编辑过]