numpy.matrix.tostring#

方法

matrix.tostring(order='C')#

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

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

自版本 1.19.0 起已弃用。