numpy.recarray.tostring# 方法 recarray.tostring(order='C')# 與 tobytes 行為完全相同的相容性別名。 儘管名稱如此,它返回 bytes 而不是 str。 自 1.19.0 版本起已棄用。