ndarray
dtype
ufunc
numpy.typing
numpy.distutils
ndarray.__copy__
方法
copy.copy如果在数组上调用则使用。返回数组的副本。
copy.copy
相当于a.copy(order='K')。
a.copy(order='K')