numpy.char.chararray.tostring#

方法

char.chararray.tostring(order='C')#

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

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

自版本 1.19.0 起已弃用。