numpy.ndarray.tostring#

方法

ndarray.tostring(order='C')#

tobytes 的兼容性别名,行为完全相同。

尽管名称如此,它返回的是 bytes 对象,而不是 str 对象。

自版本 1.19.0 起已弃用。