numpy array或matrix的交换两行 我们很容易想起python中的两个值交换一句搞定不用引入中间变量 但在numpy的array或matrix中,这样是错误的 需要使用选中两行来互换: ...