VB6.0 使用递归过程实现阶乘运算   Function F(n As Integer) As Single    If n > 1 And n