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