Python pow() 函数Python 数字描述pow() 方法返回xy(x的y次方) 的值。 语法以下是pow() 方法的语法: import math math.pow( x ) 注意:pow()是不能直接访问的, ...
確定! 回上一頁