numpy.recarray.tostring#

方法

recarray.tostring(order='C')#

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

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

从版本 1.19.0 开始弃用。