如果 numpy 中需要显式地copy一个矩阵,可以像这样:d = a.copy() # a new array object with new data is createddel d # 删除变量,释放内存