numpy.zeros(shape, dtype=float, order='C') 返回来一个给定形状和类型的用0填充的数组 ndarray shape :形状 可以为 列表、元组 dtype :数据类型