static double pow(double a, double b) 将第一个参数的值返回到第二个参数的幂。

    注意Math中只有这一个 pow 函数,参数和返回值类型都是 double