numpy.ndarray.tostring#

方法

ndarray.tostring(order='C')#

tobytes 的兼容别名,具有完全相同的行为.

尽管它的名字如此,但它返回的是 字节 而不是 字符串.

自 1.19.0 版本弃用.