numpy.char.chararray.dump# 方法 char.chararray.dump(file)# 将数组的 pickle 转储到指定的文件。可以使用 pickle.load 或 numpy.load 将数组读回。 参数: filestr 或 Path指定转储文件名称的字符串。