jax.Array.item# abstract Array.item(*args)[source]# 将数组中的一个元素复制到标准 Python 标量并返回它。 参数: self (Array) args (int) 返回类型: bool | int | float | complex