本章介绍cumulate()函数的多种用法。累积
描述: 连乘。 语法: product(xi,…) product(A) 备注: 将[x1, x2,…]中数值成员累积连乘,非数值成员将被忽略。 参数: A 序列。 xi 表达式。 示例: A 1 =product(17,3,5) 连乘,累积