public class jsMath { /// /// 計算n階乘的方法。 /// /// 不為負數的整數public static uint Factorial(uint n, uint startN = 2) { // 0!
確定! 回上一頁