numpy.matrix.tostring#

方法

matrix.tostring(order='C')#

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

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

自版本 1.19.0 起已弃用。