numpy.memmap.argmax# 方法 memmap.argmax(axis=None, out=None, *, keepdims=False)# 返回沿给定轴的最大值的索引. 请参阅 numpy.argmax 以获取完整文档. 参见 numpy.argmax等效函数