numpy.ndarray.__array__ # 方法 ndarray。__array__ ( [数据类型, ] / ) # 如果未给出 dtype,则返回对 self 的新引用;如果 dtype 与数组的当前 dtype 不同,则返回所提供数据类型的新数组。